diff options
author | DrEagle <dreagle@doukki.net> | 2014-09-07 18:01:22 +0200 |
---|---|---|
committer | Prafulla Wadaskar <prafulla@marvell.com> | 2014-10-01 07:04:55 -0400 |
commit | 65ae9523d9a5868075be40ef2582c75190cee6af (patch) | |
tree | 66f6215d7f5fef4c9ce396560a2a2bd2bfe6f474 /include | |
parent | 0f88a5a98eb9d8d5158b074a127a4bf8d4ce8610 (diff) | |
download | talos-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')
-rw-r--r-- | include/configs/sheevaplug.h | 5 |
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 */ |