summaryrefslogtreecommitdiffstats
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-13 12:11:35 +0800
commitdead27e31555605e37e1a7337dbde4b025c04cfe (patch)
tree7514a2f69cbd9bdd7a74be880ab5e1a18f1d7aaf
parentc1985289ec38c8413be3d57d0fe8a44b36991584 (diff)
downloadmeta-fsl-ppc-dead27e31555605e37e1a7337dbde4b025c04cfe.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>
-rw-r--r--conf/machine/p1010rdb.conf8
1 files changed, 6 insertions, 2 deletions
diff --git a/conf/machine/p1010rdb.conf b/conf/machine/p1010rdb.conf
index ccc5053..303bbcb 100644
--- a/conf/machine/p1010rdb.conf
+++ b/conf/machine/p1010rdb.conf
@@ -6,8 +6,12 @@ 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 = "${S}/arch/powerpc/boot/dts/p1010rdb.dts" 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 ?= "${S}/arch/powerpc/boot/dts/p1010rdb-pa.dts \
14 ${S}/arch/powerpc/boot/dts/p1010rdb-pb.dts"
11KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" 15KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig"
12 16
13JFFS2_ERASEBLOCK = "0x20000" 17JFFS2_ERASEBLOCK = "0x20000"