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 /configs/imx31_phycore_eet_defconfig | |
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 'configs/imx31_phycore_eet_defconfig')
-rw-r--r-- | configs/imx31_phycore_eet_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/imx31_phycore_eet_defconfig b/configs/imx31_phycore_eet_defconfig index c881b8fdcc..4bc558be42 100644 --- a/configs/imx31_phycore_eet_defconfig +++ b/configs/imx31_phycore_eet_defconfig @@ -1,6 +1,7 @@ CONFIG_ARM=y CONFIG_TARGET_IMX31_PHYCORE_EET=y CONFIG_VIDEO=y +CONFIG_ENV_IS_IN_EEPROM=y CONFIG_BOOTDELAY=3 # CONFIG_CONSOLE_MUX is not set CONFIG_SYS_CONSOLE_IS_IN_ENV=y |