summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDrEagle <dreagle@doukki.net>2014-09-07 16:01:22 (GMT)
committerPrafulla Wadaskar <prafulla@marvell.com>2014-10-01 11:04:55 (GMT)
commit65ae9523d9a5868075be40ef2582c75190cee6af (patch)
tree66f6215d7f5fef4c9ce396560a2a2bd2bfe6f474 /include
parent0f88a5a98eb9d8d5158b074a127a4bf8d4ce8610 (diff)
downloadu-boot-65ae9523d9a5868075be40ef2582c75190cee6af.tar.xz
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')
-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 9661b8f..0a3118d 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
*/