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/spring_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/spring_defconfig') diff --git a/configs/spring_defconfig b/configs/spring_defconfig index 554ac7771b..9384d9e8f9 100644 --- a/configs/spring_defconfig +++ b/configs/spring_defconfig @@ -10,6 +10,7 @@ CONFIG_DEBUG_UART=y CONFIG_DISTRO_DEFAULTS=y CONFIG_FIT=y CONFIG_FIT_BEST_MATCH=y +CONFIG_ENV_IS_IN_SPI_FLASH=y CONFIG_SILENT_CONSOLE=y CONFIG_SPL=y CONFIG_SYS_PROMPT="spring # " -- cgit v1.2.3