summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorZhenhua Luo <zhenhua.luo@freescale.com>2013-09-22 18:23:10 +0800
committerZhenhua Luo <zhenhua.luo@freescale.com>2014-01-12 18:06:02 +0800
commitcd448c0bc474e2e4a3f85e1cadf9f9a4cacecf89 (patch)
treeea31a0869f82c4d9671b629224d0b4c7c29a6134 /conf
parent83ac71736d59db95f84d2276cb0dd1181bb54372 (diff)
downloadmeta-fsl-ppc-cd448c0bc474e2e4a3f85e1cadf9f9a4cacecf89.tar.gz
p1010rdb: update machine conf to support P1010RDB-PB
Signed-off-by: Zhenhua Luo <zhenhua.luo@freescale.com> Signed-off-by: Ting Liu <b28495@freescale.com>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/p1010rdb.conf7
1 files changed, 5 insertions, 2 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index 2ee53fc..be57656 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -6,8 +6,11 @@ require e500v2.inc
6require conf/machine/include/soc-family.inc 6require conf/machine/include/soc-family.inc
7 7
8SOC_FAMILY = "p1010" 8SOC_FAMILY = "p1010"
9UBOOT_MACHINES ?= "P1010RDB_NAND P1010RDB_NOR" 9BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat"
10KERNEL_DEVICETREE = "p1010rdb.dtb" 10UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \
11 P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \
12 P1010RDB-PB_36BIT_SPIFLASH"
13KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" 14KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
12 15
13JFFS2_ERASEBLOCK = "0x20000" 16JFFS2_ERASEBLOCK = "0x20000"