summaryrefslogtreecommitdiffstats
path: root/conf/machine/t4240rdb.conf
diff options
context:
space:
mode:
authorTing Liu <ting.liu@freescale.com>2015-07-17 15:17:39 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2015-07-22 17:37:56 +0800
commit1cbc408d8d325ec000161fdbb2827c4182744215 (patch)
treed6c70fa7ca3ce47d7889f78754724b61e6797bc4 /conf/machine/t4240rdb.conf
parent2d6e98e65e028f15019a085f5e705496a1c90175 (diff)
downloadmeta-fsl-ppc-1cbc408d8d325ec000161fdbb2827c4182744215.tar.gz
t1/t2/t4/b4: update KERNEL_DEFCONFIG
The KERNEL_DEFCONFIG needs to be updated with the latest kernel codes. * 85xx/e6500rev2_defconfig -> corenet64_fmanv3h_smp_defconfig * corenet64_fmanv3_smp_defconfig -> corenet64_fmanv3l_smp_defconfig * corenet32_fmanv3_smp_defconfig -> corenet32_fmanv3l_smp_defconfig Signed-off-by: Ting Liu <ting.liu@freescale.com> Acked-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'conf/machine/t4240rdb.conf')
-rw-r--r--conf/machine/t4240rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t4240rdb.conf b/conf/machine/t4240rdb.conf
index e4c31f9..ed5dfec 100644
--- a/conf/machine/t4240rdb.conf
+++ b/conf/machine/t4240rdb.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e6500.inc
9SOC_FAMILY = "t4:t4240" 9SOC_FAMILY = "t4:t4240"
10UBOOT_MACHINES ?= "T4240RDB" 10UBOOT_MACHINES ?= "T4240RDB"
11KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb" 11KERNEL_DEVICETREE ?= "t4240rdb.dtb t4240rdb-usdpaa.dtb t4240rdb-usdpaa-shared-interfaces.dtb"
12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 12KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
13 13
14JFFS2_ERASEBLOCK = "0x10000" 14JFFS2_ERASEBLOCK = "0x10000"
15 15