Message ID | 1465491777-20033-3-git-send-email-fcooper@ti.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index 8f85756..782d963 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -181,6 +181,7 @@ CONFIG_CMA_SIZE_MBYTES=64 CONFIG_OMAP_OCP2SCP=y CONFIG_SIMPLE_PM_BUS=y CONFIG_SUNXI_RSB=m +CONFIG_OMAP_GPMC=y CONFIG_MTD=y CONFIG_MTD_CMDLINE_PARTS=y CONFIG_MTD_BLOCK=y
OMAP_GPMC will soon not be forcibly enabled by ARCH_OMAP2PLUS. It needs to be manually selected by the config. Enable it by default so features like NAND boot will work. Signed-off-by: Franklin S Cooper Jr <fcooper@ti.com> --- arch/arm/configs/multi_v7_defconfig | 1 + 1 file changed, 1 insertion(+)