diff options
author | Simon Glass <sjg@chromium.org> | 2017-07-23 21:19:43 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-07-25 21:22:56 -0400 |
commit | f0bc2b542beef7636ea4e846fa75cd88d88c82cf (patch) | |
tree | 778754971fbf18e9dde88379f2663c69469c0424 /include/configs | |
parent | 88b233a347378dc51113e9ef7ffe62723c9b7758 (diff) |
Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig
This converts the following to Kconfig:
CONFIG_ENV_IS_IN_EEPROM
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/imx31_phycore.h | 1 | ||||
-rw-r--r-- | include/configs/km/km_arm.h | 1 |
2 files changed, 0 insertions, 2 deletions
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 |