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 --- include/configs/3c120_devboard.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/3c120_devboard.h') diff --git a/include/configs/3c120_devboard.h b/include/configs/3c120_devboard.h index 6527177..0d3794d 100644 --- a/include/configs/3c120_devboard.h +++ b/include/configs/3c120_devboard.h @@ -73,7 +73,6 @@ * of flash. NOTE: the monitor length must be multiple of sector size * (which is common practice). */ -#define CONFIG_ENV_IS_IN_FLASH #define CONFIG_ENV_SIZE 0x20000 /* 128k, 1 sector */ #define CONFIG_ENV_OVERWRITE /* Serial change Ok */ -- cgit v1.1