From f344fb1540eb384ca2a82677fc2cd2728f31b225 Mon Sep 17 00:00:00 2001 From: Miquel Raynal Date: Thu, 3 Oct 2019 19:50:09 +0200 Subject: mtd: ensure UBI is compiled when using fastmap UBI must be enabled when using fastmap, reflect this is defconfigs. Signed-off-by: Miquel Raynal Reviewed-by: Boris Brezillon --- configs/igep00x0_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/igep00x0_defconfig') diff --git a/configs/igep00x0_defconfig b/configs/igep00x0_defconfig index 1d06cec92fa..6537e746379 100644 --- a/configs/igep00x0_defconfig +++ b/configs/igep00x0_defconfig @@ -54,6 +54,7 @@ CONFIG_MMC_OMAP_HS=y CONFIG_MTD_RAW_NAND=y CONFIG_SYS_NAND_BUSWIDTH_16BIT=y CONFIG_SPL_NAND_SIMPLE=y +CONFIG_MTD_UBI=y CONFIG_MTD_UBI_FASTMAP=y CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x2C000000 -- cgit