summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefano Babic <sbabic@denx.de>2012-03-21 00:14:25 +0000
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2012-03-27 22:05:29 +0200
commit88b821bbef64f0b69710ff7d857fc490f72a6d3c (patch)
tree44f5326749076e807ff12a4abc0d0e4fe64b29e6
parentc2afbb501c4897c7007711645d300a7156812ad1 (diff)
downloadtalos-obmc-uboot-88b821bbef64f0b69710ff7d857fc490f72a6d3c.tar.gz
talos-obmc-uboot-88b821bbef64f0b69710ff7d857fc490f72a6d3c.zip
OMAP3: mt_ventoux: sets its own mtdparts
Signed-off-by: Stefano Babic <sbabic@denx.de> Cc: Tom Rini <trini@ti.com>
-rw-r--r--include/configs/mt_ventoux.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/mt_ventoux.h b/include/configs/mt_ventoux.h
index 2034b59f47..5db6d57666 100644
--- a/include/configs/mt_ventoux.h
+++ b/include/configs/mt_ventoux.h
@@ -40,6 +40,16 @@
#define CONFIG_SYS_PROMPT V_PROMPT
/*
+ * Set its own mtdparts, different from common
+ */
+#undef MTDIDS_DEFAULT
+#undef MTDPARTS_DEFAULT
+#define MTDIDS_DEFAULT "nand0=omap2-nand.0"
+#define MTDPARTS_DEFAULT "mtdparts=omap2-nand.0:512k(MLO)," \
+ "1m(u-boot),256k(env1)," \
+ "256k(env2),8m(ubisystem),-(rootfs)"
+
+/*
* FPGA
*/
#define CONFIG_CMD_FPGA
OpenPOWER on IntegriCloud