From: Stefano Babic Date: Wed, 21 Mar 2012 00:14:25 +0000 (+0000) Subject: OMAP3: mt_ventoux: sets its own mtdparts X-Git-Tag: v2012.04-rc1~19^2~73 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=88b821bbef64f0b69710ff7d857fc490f72a6d3c;p=u-boot OMAP3: mt_ventoux: sets its own mtdparts Signed-off-by: Stefano Babic Cc: Tom Rini --- 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 @@ -39,6 +39,16 @@ #define V_PROMPT "mt_ventoux => " #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 */