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/config_fsl_chain_trust.h | |
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/config_fsl_chain_trust.h')
-rw-r--r-- | include/config_fsl_chain_trust.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/config_fsl_chain_trust.h b/include/config_fsl_chain_trust.h index 6b6ae7cc78..195419b888 100644 --- a/include/config_fsl_chain_trust.h +++ b/include/config_fsl_chain_trust.h @@ -13,7 +13,6 @@ */ #ifdef CONFIG_SECURE_BOOT -#undef CONFIG_ENV_IS_IN_EEPROM #undef CONFIG_ENV_IS_IN_SPI_FLASH #endif |