summaryrefslogtreecommitdiffstats
path: root/include/configs/sheevaplug.h
diff options
context:
space:
mode:
authorDrEagle <dreagle@doukki.net>2014-09-07 18:01:23 +0200
committerPrafulla Wadaskar <prafulla@marvell.com>2014-10-01 07:05:02 -0400
commit1e3d64031608d668509b6fe0825f7708bb6b6a0d (patch)
treeac53580ca3026ad7972159f0f8676c2e51b4217c /include/configs/sheevaplug.h
parent65ae9523d9a5868075be40ef2582c75190cee6af (diff)
downloadtalos-obmc-uboot-1e3d64031608d668509b6fe0825f7708bb6b6a0d.tar.gz
talos-obmc-uboot-1e3d64031608d668509b6fe0825f7708bb6b6a0d.zip
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>
Diffstat (limited to 'include/configs/sheevaplug.h')
-rw-r--r--include/configs/sheevaplug.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 0a3118d82a..62f46b7e19 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -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 \
OpenPOWER on IntegriCloud