diff options
Diffstat (limited to 'include/configs/voiceblue.h')
-rw-r--r-- | include/configs/voiceblue.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/configs/voiceblue.h b/include/configs/voiceblue.h index aa8efaad5ad..c9c31323553 100644 --- a/include/configs/voiceblue.h +++ b/include/configs/voiceblue.h @@ -190,6 +190,8 @@ * JFFS2 partitions (mtdparts command line support) */ #define CONFIG_CMD_MTDPARTS +#define CONFIG_MTD_DEVICE /* needed for mtdparts commands */ +#define CONFIG_FLASH_CFI_MTD #define MTDIDS_DEFAULT "nor0=omapflash.0" #define MTDPARTS_DEFAULT "mtdparts=omapflash.0:256k(u-boot),64k(env),64k(r_env),16192k(data0),-(data1)" |