summaryrefslogtreecommitdiffstats
path: root/conf/machine/t2080rdb.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/t2080rdb.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/t2080rdb.conf')
-rw-r--r--conf/machine/t2080rdb.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/machine/t2080rdb.conf b/conf/machine/t2080rdb.conf
index 28dca0d..31ae329 100644
--- a/conf/machine/t2080rdb.conf
+++ b/conf/machine/t2080rdb.conf
@@ -11,7 +11,7 @@ UBOOT_MACHINES ?= "T2080RDB T2080RDB_SDCARD T2080RDB_SPIFLASH \
11 T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT T2080RDB_SECURE_BOOT \ 11 T2080RDB_NAND T2080RDB_SRIO_PCIE_BOOT T2080RDB_SECURE_BOOT \
12" 12"
13KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb" 13KERNEL_DEVICETREE ?= "t2080rdb.dtb t2080rdb-usdpaa.dtb"
14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/85xx/e6500rev2_defconfig" 14KERNEL_DEFCONFIG ?= "${S}/arch/powerpc/configs/corenet64_fmanv3h_smp_defconfig"
15 15
16JFFS2_ERASEBLOCK = "0x10000" 16JFFS2_ERASEBLOCK = "0x10000"
17 17