From: Zhenhua Luo Date: Sun, 22 Sep 2013 10:23:10 +0000 (+0800) Subject: p1010rdb: update machine conf to support P1010RDB-PB X-Git-Tag: 2.1~534^2~191 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=52af59cb2a83619c01a9684a2fbe244959946cca;p=meta-freescale.git p1010rdb: update machine conf to support P1010RDB-PB Signed-off-by: Zhenhua Luo Signed-off-by: Ting Liu --- diff --git a/meta-fsl-ppc/conf/machine/p1010rdb.conf b/meta-fsl-ppc/conf/machine/p1010rdb.conf index 2ee53fce..be576561 100644 --- a/meta-fsl-ppc/conf/machine/p1010rdb.conf +++ b/meta-fsl-ppc/conf/machine/p1010rdb.conf @@ -6,8 +6,11 @@ require e500v2.inc require conf/machine/include/soc-family.inc SOC_FAMILY = "p1010" -UBOOT_MACHINES ?= "P1010RDB_NAND P1010RDB_NOR" -KERNEL_DEVICETREE = "p1010rdb.dtb" +BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat" +UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \ + P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \ + P1010RDB-PB_36BIT_SPIFLASH" +KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" JFFS2_ERASEBLOCK = "0x20000"