diff options
| author | Zhenhua Luo <zhenhua.luo@freescale.com> | 2013-09-22 18:23:10 +0800 |
|---|---|---|
| committer | Zhenhua Luo <zhenhua.luo@freescale.com> | 2014-01-12 18:06:02 +0800 |
| commit | cd448c0bc474e2e4a3f85e1cadf9f9a4cacecf89 (patch) | |
| tree | ea31a0869f82c4d9671b629224d0b4c7c29a6134 /conf/machine | |
| parent | 83ac71736d59db95f84d2276cb0dd1181bb54372 (diff) | |
| download | meta-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/machine')
| -rw-r--r-- | conf/machine/p1010rdb.conf | 7 |
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 | |||
| 6 | require conf/machine/include/soc-family.inc | 6 | require conf/machine/include/soc-family.inc |
| 7 | 7 | ||
| 8 | SOC_FAMILY = "p1010" | 8 | SOC_FAMILY = "p1010" |
| 9 | UBOOT_MACHINES ?= "P1010RDB_NAND P1010RDB_NOR" | 9 | BOOTFORMAT_CONFIG = "config_sram_p1010rdb.dat" |
| 10 | KERNEL_DEVICETREE = "p1010rdb.dtb" | 10 | UBOOT_MACHINES ?= "P1010RDB-PB_NAND P1010RDB-PB_NOR \ |
| 11 | P1010RDB-PB_SPIFLASH P1010RDB-PB_36BIT_NOR P1010RDB-PB_36BIT_NAND \ | ||
| 12 | P1010RDB-PB_36BIT_SPIFLASH" | ||
| 13 | KERNEL_DEVICETREE ?= "p1010rdb-pa.dtb p1010rdb-pb.dtb" | ||
| 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 14 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
| 12 | 15 | ||
| 13 | JFFS2_ERASEBLOCK = "0x20000" | 16 | JFFS2_ERASEBLOCK = "0x20000" |
