summaryrefslogtreecommitdiff
path: root/configs/imx31_phycore_defconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-07-24 03:19:43 (GMT)
committerTom Rini <trini@konsulko.com>2017-07-26 01:22:56 (GMT)
commitf0bc2b542beef7636ea4e846fa75cd88d88c82cf (patch)
tree778754971fbf18e9dde88379f2663c69469c0424 /configs/imx31_phycore_defconfig
parent88b233a347378dc51113e9ef7ffe62723c9b7758 (diff)
downloadu-boot-f0bc2b542beef7636ea4e846fa75cd88d88c82cf.tar.xz
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_defconfig')
-rw-r--r--configs/imx31_phycore_defconfig1
1 files changed, 1 insertions, 0 deletions
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