summaryrefslogtreecommitdiffstats
path: root/conf/machine/b4860qds-64b.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-20 17:11:58 +0800
commit89212e15725164abda96f296a1c68456b15cd00c (patch)
tree9137579edf977476b980028651e8770aadfec06f /conf/machine/b4860qds-64b.conf
parente321cb35d66d31b4d7f10da989e7b94eea3337c3 (diff)
downloadmeta-fsl-ppc-89212e15725164abda96f296a1c68456b15cd00c.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/b4860qds-64b.conf')
-rw-r--r--conf/machine/b4860qds-64b.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/b4860qds-64b.conf b/conf/machine/b4860qds-64b.conf
index 7e1f5bf..3c00fdf 100644
--- a/conf/machine/b4860qds-64b.conf
+++ b/conf/machine/b4860qds-64b.conf
@@ -9,7 +9,7 @@ require conf/machine/include/e6500-64b.inc
9SOC_FAMILY = "b4:b4860" 9SOC_FAMILY = "b4:b4860"
10UBOOT_MACHINES ?= "B4860QDS B4860QDS_SECURE_BOOT" 10UBOOT_MACHINES ?= "B4860QDS B4860QDS_SECURE_BOOT"
11KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.dtb" 11KERNEL_DEVICETREE ?= "b4860qds.dtb b4860qds-usdpaa.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