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-13 12:11:35 +0800 |
| commit | dead27e31555605e37e1a7337dbde4b025c04cfe (patch) | |
| tree | 7514a2f69cbd9bdd7a74be880ab5e1a18f1d7aaf | |
| parent | c1985289ec38c8413be3d57d0fe8a44b36991584 (diff) | |
| download | meta-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.conf | 8 |
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 | |||
| 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 = "${S}/arch/powerpc/boot/dts/p1010rdb.dts" | 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 ?= "${S}/arch/powerpc/boot/dts/p1010rdb-pa.dts \ | ||
| 14 | ${S}/arch/powerpc/boot/dts/p1010rdb-pb.dts" | ||
| 11 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" | 15 | KERNEL_DEFCONFIG = "${S}/arch/powerpc/configs/mpc85xx_defconfig" |
| 12 | 16 | ||
| 13 | JFFS2_ERASEBLOCK = "0x20000" | 17 | JFFS2_ERASEBLOCK = "0x20000" |
