Skip to content
Snippets Groups Projects
Commit 88b821bb authored by Stefano Babic's avatar Stefano Babic Committed by Albert ARIBAUD
Browse files

OMAP3: mt_ventoux: sets its own mtdparts


Signed-off-by: default avatarStefano Babic <sbabic@denx.de>
Cc: Tom Rini <trini@ti.com>
parent c2afbb50
No related branches found
No related tags found
No related merge requests found
...@@ -39,6 +39,16 @@ ...@@ -39,6 +39,16 @@
#define V_PROMPT "mt_ventoux => " #define V_PROMPT "mt_ventoux => "
#define CONFIG_SYS_PROMPT V_PROMPT #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 * FPGA
*/ */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment