summaryrefslogtreecommitdiffstats
path: root/include/configs/sheevaplug.h
diff options
context:
space:
mode:
authorDrEagle <dreagle@doukki.net>2014-09-07 18:01:22 +0200
committerPrafulla Wadaskar <prafulla@marvell.com>2014-10-01 07:04:55 -0400
commit65ae9523d9a5868075be40ef2582c75190cee6af (patch)
tree66f6215d7f5fef4c9ce396560a2a2bd2bfe6f474 /include/configs/sheevaplug.h
parent0f88a5a98eb9d8d5158b074a127a4bf8d4ce8610 (diff)
downloadtalos-obmc-uboot-65ae9523d9a5868075be40ef2582c75190cee6af.tar.gz
talos-obmc-uboot-65ae9523d9a5868075be40ef2582c75190cee6af.zip
ARM: sheevaplug: add MTD defaults
This patch add MTDIDS and MTDPARTS defaults settings to sheevaplug Signed-off-by: Gerald Kerma <drEagle@doukki.net> Changes in v1: - add MTDIDS and MTDPARTS default to sheevaplug Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com>
Diffstat (limited to 'include/configs/sheevaplug.h')
-rw-r--r--include/configs/sheevaplug.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/configs/sheevaplug.h b/include/configs/sheevaplug.h
index 9661b8fd36..0a3118d82a 100644
--- a/include/configs/sheevaplug.h
+++ b/include/configs/sheevaplug.h
@@ -83,6 +83,11 @@
"x_bootcmd_usb=usb start\0" \
"x_bootargs_root=root=/dev/mtdblock3 rw rootfstype=jffs2\0"
+#define MTDIDS_DEFAULT "nand0=orion_nand"
+
+#define MTDPARTS_DEFAULT \
+ "mtdparts="CONFIG_MTDPARTS
+
/*
* Ethernet Driver configuration
*/
OpenPOWER on IntegriCloud