OMAP3: mt_ventoux: sets its own mtdparts

Signed-off-by: Stefano Babic <sbabic@denx.de>
Cc: Tom Rini <trini@ti.com>
This commit is contained in:
Stefano Babic 2012-03-21 00:14:25 +00:00 committed by Albert ARIBAUD
parent c2afbb501c
commit 88b821bbef
1 changed files with 10 additions and 0 deletions

View File

@ -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
*/