mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-25 13:14:19 +08:00
ARM: sheevaplug: redefine MTDPARTS
This patch redefine MTDPARTS Signed-off-by: Gerald Kerma <drEagle@doukki.net> Changes in v1: - redefine MTDPARTS Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
This commit is contained in:
parent
65ae9523d9
commit
1e3d640316
@ -74,8 +74,10 @@
|
||||
"setenv bootargs ${x_bootargs} ${x_bootargs_root}; " \
|
||||
"${x_bootcmd_usb}; bootm 0x6400000;"
|
||||
|
||||
#define CONFIG_MTDPARTS "orion_nand:512k(uboot)," \
|
||||
"3m@1m(kernel),1m@4m(psm),13m@5m(rootfs) rw\0"
|
||||
#define CONFIG_MTDPARTS \
|
||||
"mtdparts=orion_nand:512K(uboot)," \
|
||||
"512K(env),1M(script),6M(kernel)," \
|
||||
"12M(ramdisk),4M(spare),-(rootfs)"
|
||||
|
||||
#define CONFIG_EXTRA_ENV_SETTINGS "x_bootargs=console" \
|
||||
"=ttyS0,115200 mtdparts="CONFIG_MTDPARTS \
|
||||
|
Loading…
Reference in New Issue
Block a user