diff options
author | Yangbo Lu <yangbo.lu@freescale.com> | 2014-10-16 10:58:55 +0800 |
---|---|---|
committer | York Sun <yorksun@freescale.com> | 2014-11-14 11:13:12 -0800 |
commit | 94b383e7d843efe2618535f01776921751dd756b (patch) | |
tree | d3b5d715b235706a59f16ce80240803f3a9a53ad /include/configs/p1_twr.h | |
parent | a0744285eeb90ecc72f75d2fc6901f9ce9db967c (diff) | |
download | u-boot-imx-94b383e7d843efe2618535f01776921751dd756b.zip u-boot-imx-94b383e7d843efe2618535f01776921751dd756b.tar.gz u-boot-imx-94b383e7d843efe2618535f01776921751dd756b.tar.bz2 |
powerpc/85xx: enable some P1/P2 boards mtdparts for nor flash
Enable these boards mtdparts for nor flash:
p1020rdb-pd, p1021rdb-pc, p1022ds, p1025twr, and p2020rdb-pc.
Signed-off-by: Xie Xiaobo <X.Xie@freescale.com>
Signed-off-by: Yangbo Lu <yangbo.lu@freescale.com>
Cc: York Sun <yorksun@freescale.com>
Cc: Scott Wood <scottwood@freescale.com>
Diffstat (limited to 'include/configs/p1_twr.h')
-rw-r--r-- | include/configs/p1_twr.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/include/configs/p1_twr.h b/include/configs/p1_twr.h index 911203d..681bc92 100644 --- a/include/configs/p1_twr.h +++ b/include/configs/p1_twr.h @@ -389,6 +389,18 @@ extern unsigned long get_board_sys_clk(unsigned long dummy); #endif /* CONFIG_TWR-P1025 */ /* + * Dynamic MTD Partition support with mtdparts + */ +#define CONFIG_MTD_DEVICE +#define CONFIG_MTD_PARTITIONS +#define CONFIG_CMD_MTDPARTS +#define CONFIG_FLASH_CFI_MTD +#define MTDIDS_DEFAULT "nor0=ec000000.nor" +#define MTDPARTS_DEFAULT "mtdparts=ec000000.nor:256k(vsc7385-firmware)," \ + "256k(dtb),5632k(kernel),57856k(fs)," \ + "256k(qe-ucode-firmware),1280k(u-boot)" + +/* * Environment */ #ifdef CONFIG_SYS_RAMBOOT |