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/portl2_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/portl2_defconfig')
-rw-r--r-- | configs/portl2_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/portl2_defconfig b/configs/portl2_defconfig index d4172df021..e98ac23346 100644 --- a/configs/portl2_defconfig +++ b/configs/portl2_defconfig @@ -3,6 +3,7 @@ CONFIG_KIRKWOOD=y CONFIG_TARGET_KM_KIRKWOOD=y CONFIG_IDENT_STRING="\nKeymile Port-L2" CONFIG_SYS_EXTRA_OPTIONS="KM_PORTL2" +CONFIG_ENV_IS_IN_EEPROM=y CONFIG_VERSION_VARIABLE=y # CONFIG_DISPLAY_BOARDINFO is not set CONFIG_HUSH_PARSER=y |