From 91c868fe7cd7c5a7157c5eeca64f89dc2a2ee967 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 23 Jul 2017 21:19:45 -0600 Subject: Convert CONFIG_ENV_IS_IN_SPI_FLASH to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_SPI_FLASH Signed-off-by: Simon Glass --- configs/ge_b850v3_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/ge_b850v3_defconfig') diff --git a/configs/ge_b850v3_defconfig b/configs/ge_b850v3_defconfig index 967ddba13a..574e91688a 100644 --- a/configs/ge_b850v3_defconfig +++ b/configs/ge_b850v3_defconfig @@ -2,6 +2,7 @@ CONFIG_ARM=y CONFIG_ARCH_MX6=y CONFIG_TARGET_GE_B850V3=y # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set +CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_BOOTDELAY=1 CONFIG_SYS_CONSOLE_IS_IN_ENV=y CONFIG_SYS_CONSOLE_OVERWRITE_ROUTINE=y -- cgit v1.2.3