]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
ARM: sheevaplug: add MTD defaults
authorDrEagle <dreagle@doukki.net>
Sun, 7 Sep 2014 16:01:22 +0000 (18:01 +0200)
committerPrafulla Wadaskar <prafulla@marvell.com>
Wed, 1 Oct 2014 11:04:55 +0000 (07:04 -0400)
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>
include/configs/sheevaplug.h

index 9661b8fd360969efcf6804a7761329cf8902a94b..0a3118d82aaed499fea73d2d247fa8c2d706162a 100644 (file)
        "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
  */