diff options
Diffstat (limited to 'configs/mt_ventoux_defconfig')
-rw-r--r-- | configs/mt_ventoux_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/mt_ventoux_defconfig b/configs/mt_ventoux_defconfig index b4be5a17f0..0bf3c89ea5 100644 --- a/configs/mt_ventoux_defconfig +++ b/configs/mt_ventoux_defconfig @@ -27,6 +27,8 @@ CONFIG_CMD_BMP=y CONFIG_CMD_CACHE=y CONFIG_CMD_EXT2=y CONFIG_CMD_FAT=y +CONFIG_MTDIDS_DEFAULT="nand0=omap2-nand.0" +CONFIG_MTDPARTS_DEFAULT="mtdparts=omap2-nand.0:512k(MLO),1m(u-boot),256k(env1),256k(env2),8m(ubisystem),-(rootfs)" CONFIG_CMD_UBI=y CONFIG_ENV_IS_IN_NAND=y CONFIG_MMC_OMAP_HS=y |