]> code.ossystems Code Review - meta-freescale.git/commitdiff
p1010rdb: update machine conf to support P1010RDB-PB
authorZhenhua Luo <zhenhua.luo@freescale.com>
Sun, 22 Sep 2013 10:23:10 +0000 (18:23 +0800)
committerZhenhua Luo <zhenhua.luo@freescale.com>
Sun, 12 Jan 2014 10:06:02 +0000 (18:06 +0800)
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com>
Signed-off-by: Ting Liu <b28495@freescale.com>
meta-fsl-ppc/conf/machine/p1010rdb.conf

index 2ee53fce92da525e00174e05aef91c5304da72e6..be576561235e17821d3e26647d29c2bd63a090be 100644 (file)
@@ -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"