mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-03-14 21:10:27 +01:00
armv8: ls1043a/ls1046aqds: fix the offsets of MTD partitions on NOR flash
Fix the offsets of MTD partitions on Nor flash on ls1043ardb, ls1043aqds and ls1046aqds boards. Delete the rcw, uboot env and fman partitions. Add user partitions for general usage. Signed-off-by: Wenbin Song <wenbin.song@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
54ad7b5ab8
commit
7f33963289
2 changed files with 16 additions and 12 deletions
|
|
@ -187,12 +187,14 @@
|
|||
#define MTDPARTS_DEFAULT "mtdparts=spi0.0:1m(uboot)," \
|
||||
"5m(kernel),1m(dtb),9m(file_system)"
|
||||
#else
|
||||
#define MTDPARTS_DEFAULT "mtdparts=60000000.nor:1m(nor_bank0_rcw)," \
|
||||
"1m(nor_bank0_uboot),1m(nor_bank0_uboot_env)," \
|
||||
"1m(nor_bank0_fman_uconde),40m(nor_bank0_fit)," \
|
||||
"1m(nor_bank4_rcw),1m(nor_bank4_uboot)," \
|
||||
"1m(nor_bank4_uboot_env),1m(nor_bank4_fman_ucode)," \
|
||||
"40m(nor_bank4_fit);7e800000.flash:" \
|
||||
#define MTDPARTS_DEFAULT "mtdparts=60000000.nor:" \
|
||||
"2m@0x100000(nor_bank0_uboot),"\
|
||||
"40m@0x1100000(nor_bank0_fit)," \
|
||||
"7m(nor_bank0_user)," \
|
||||
"2m@0x4100000(nor_bank4_uboot)," \
|
||||
"40m@0x5100000(nor_bank4_fit),"\
|
||||
"-(nor_bank4_user);" \
|
||||
"7e800000.flash:" \
|
||||
"1m(nand_uboot),1m(nand_uboot_env)," \
|
||||
"20m(nand_fit);spi0.0:1m(uboot)," \
|
||||
"5m(kernel),1m(dtb),9m(file_system)"
|
||||
|
|
|
|||
|
|
@ -485,12 +485,14 @@ unsigned long get_board_ddr_clk(void);
|
|||
#define MTDPARTS_DEFAULT "mtdparts=1550000.quadspi:2m(uboot)," \
|
||||
"14m(free)"
|
||||
#else
|
||||
#define MTDPARTS_DEFAULT "mtdparts=60000000.nor:1m(nor_bank0_rcw)," \
|
||||
"1m(nor_bank0_uboot),1m(nor_bank0_uboot_env)," \
|
||||
"1m(nor_bank0_fman_uconde),40m(nor_bank0_fit)," \
|
||||
"1m(nor_bank4_rcw),1m(nor_bank4_uboot)," \
|
||||
"1m(nor_bank4_uboot_env),1m(nor_bank4_fman_ucode)," \
|
||||
"40m(nor_bank4_fit);7e800000.flash:" \
|
||||
#define MTDPARTS_DEFAULT "mtdparts=60000000.nor:" \
|
||||
"2m@0x100000(nor_bank0_uboot),"\
|
||||
"40m@0x1100000(nor_bank0_fit)," \
|
||||
"7m(nor_bank0_user)," \
|
||||
"2m@0x4100000(nor_bank4_uboot)," \
|
||||
"40m@0x5100000(nor_bank4_fit),"\
|
||||
"-(nor_bank4_user);" \
|
||||
"7e800000.flash:" \
|
||||
"4m(nand_uboot),36m(nand_kernel)," \
|
||||
"472m(nand_free);spi0.0:2m(uboot)," \
|
||||
"14m(free)"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue