commit | a3a0023bd6c11276814640a9c69f9b4ea8a3c184 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 23 21:19:43 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Jul 25 21:22:56 2017 -0400 |
tree | 778754971fbf18e9dde88379f2663c69469c0424 | |
parent | 690c05ae9cf89eda1e4f6b9d56d62f9a1c9b91b3 [diff] [blame] |
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>
diff --git a/configs/imx31_phycore_defconfig b/configs/imx31_phycore_defconfig index 224bedb..a710e06 100644 --- a/configs/imx31_phycore_defconfig +++ b/configs/imx31_phycore_defconfig
@@ -1,5 +1,6 @@ CONFIG_ARM=y CONFIG_TARGET_IMX31_PHYCORE=y +CONFIG_ENV_IS_IN_EEPROM=y CONFIG_BOOTDELAY=3 CONFIG_SYS_PROMPT="uboot> " CONFIG_CMD_EEPROM=y