From f0bc2b542beef7636ea4e846fa75cd88d88c82cf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 23 Jul 2017 21:19:43 -0600 Subject: Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_EEPROM Signed-off-by: Simon Glass --- include/configs/imx31_phycore.h | 1 - include/configs/km/km_arm.h | 1 - 2 files changed, 2 deletions(-) (limited to 'include/configs') diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h index aa5698963d..0a8501bd5c 100644 --- a/include/configs/imx31_phycore.h +++ b/include/configs/imx31_phycore.h @@ -135,7 +135,6 @@ /* Monitor at beginning of flash */ #define CONFIG_SYS_MONITOR_BASE CONFIG_SYS_FLASH_BASE -#define CONFIG_ENV_IS_IN_EEPROM #define CONFIG_ENV_OFFSET 0x00 /* env. starts here */ #define CONFIG_ENV_SIZE 4096 #define CONFIG_SYS_I2C_EEPROM_ADDR 0x52 diff --git a/include/configs/km/km_arm.h b/include/configs/km/km_arm.h index 02e8a97f2f..7ca077133f 100644 --- a/include/configs/km/km_arm.h +++ b/include/configs/km/km_arm.h @@ -212,7 +212,6 @@ int get_scl(void); CONFIG_ENV_SECT_SIZE) #define CONFIG_ENV_TOTAL_SIZE 0x20000 /* no bracets! */ #else -#define CONFIG_ENV_IS_IN_EEPROM /* use EEPROM for environment vars */ #define CONFIG_SYS_DEF_EEPROM_ADDR 0x50 #define CONFIG_ENV_EEPROM_IS_ON_I2C #define CONFIG_SYS_EEPROM_WREN -- cgit