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/T102xRDB.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/T102xRDB.h') diff --git a/include/configs/T102xRDB.h b/include/configs/T102xRDB.h index 59bbb5391b..f9a4ba1af3 100644 --- a/include/configs/T102xRDB.h +++ b/include/configs/T102xRDB.h @@ -192,7 +192,6 @@ #elif defined(CONFIG_ENV_IS_NOWHERE) #define CONFIG_ENV_SIZE 0x2000 #else -#define CONFIG_ENV_IS_IN_FLASH #define CONFIG_ENV_ADDR (CONFIG_SYS_MONITOR_BASE - CONFIG_ENV_SECT_SIZE) #define CONFIG_ENV_SIZE 0x2000 #define CONFIG_ENV_SECT_SIZE 0x20000 /* 128K (one sector) */ -- cgit v1.2.3