From f0bc2b542beef7636ea4e846fa75cd88d88c82cf Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 23 Jul 2017 21:19:43 -0600 Subject: Convert CONFIG_ENV_IS_IN_EEPROM to Kconfig This converts the following to Kconfig: CONFIG_ENV_IS_IN_EEPROM Signed-off-by: Simon Glass --- include/config_fsl_chain_trust.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/config_fsl_chain_trust.h') 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 -- cgit