diff options
Diffstat (limited to 'configs/cairo_defconfig')
-rw-r--r-- | configs/cairo_defconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/cairo_defconfig b/configs/cairo_defconfig index 21f4aae42a..5002a353af 100644 --- a/configs/cairo_defconfig +++ b/configs/cairo_defconfig @@ -30,10 +30,12 @@ CONFIG_CMD_MTDPARTS=y CONFIG_ENV_IS_IN_NAND=y CONFIG_TWL4030_LED=y CONFIG_MMC_OMAP_HS=y -CONFIG_NAND=y +CONFIG_MTD_RAW_NAND=y CONFIG_SPL_NAND_SIMPLE=y CONFIG_CONS_INDEX=2 CONFIG_SPI=y CONFIG_OMAP3_SPI=y CONFIG_FAT_WRITE=y CONFIG_OF_LIBFDT=y +CONFIG_MTD=y +CONFIG_MTD_RAW_NAND=y |