From 85fc970d74d09f33fcdcc649e73c5dc4f5334605 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 23 Jul 2017 21:19:41 -0600 Subject: Convert CONFIG_ENV_IS_IN_FLASH to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_FLASH Signed-off-by: Simon Glass --- configs/r2dplus_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/r2dplus_defconfig') diff --git a/configs/r2dplus_defconfig b/configs/r2dplus_defconfig index ba68b504d0..32a12720c9 100644 --- a/configs/r2dplus_defconfig +++ b/configs/r2dplus_defconfig @@ -1,5 +1,6 @@ CONFIG_SH=y CONFIG_TARGET_R2DPLUS=y +CONFIG_ENV_IS_IN_FLASH=y CONFIG_BOOTDELAY=-1 CONFIG_CMD_IDE=y # CONFIG_CMD_SETEXPR is not set -- cgit v1.2.3