We use dynamical mtdparts partition instead of directly puting mtd partitions nodes in device tree.
Signed-off-by: Shengzhou Liu <shengzhou....@freescale.com> --- v2: update nand name to u64. include/configs/T208xRDB.h | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/include/configs/T208xRDB.h b/include/configs/T208xRDB.h index 011b835..b9d0e56 100644 --- a/include/configs/T208xRDB.h +++ b/include/configs/T208xRDB.h @@ -665,6 +665,22 @@ unsigned long get_board_ddr_clk(void); #endif /* + * Dynamic MTD Partition support with mtdparts + */ +#ifndef CONFIG_SYS_NO_FLASH +#define CONFIG_MTD_DEVICE +#define CONFIG_MTD_PARTITIONS +#define CONFIG_CMD_MTDPARTS +#define CONFIG_FLASH_CFI_MTD +#define MTDIDS_DEFAULT "nor0=fe8000000.nor,nand0=fff800000.flash," \ + "spi0=spife110000.1" +#define MTDPARTS_DEFAULT "mtdparts=fe8000000.nor:1m(uboot),5m(kernel)," \ + "128k(dtb),96m(fs),-(user);fff800000.flash:1m(uboot)," \ + "5m(kernel),128k(dtb),96m(fs),-(user);spife110000.1:" \ + "1m(uboot),5m(kernel),128k(dtb),-(user)" +#endif + +/* * Environment */ -- 1.8.0 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot