From: B, Ravi Date: Mon, 26 Sep 2016 12:50:33 +0000 (+0530) Subject: dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORT X-Git-Tag: v2016.11-rc2~28 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=480579670b622a27f543ac1265076e997e8cd45c;p=platform%2Fkernel%2Fu-boot.git dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORT removing CONFIG_SPL_ENV_SUPPORT defined in header files due to moved to kconfig option for CONFIG_SPL_ENV_SUPPORT Signed-off-by: Ravi Babu --- diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h index 3c6dafd..ede9ed6 100644 --- a/include/configs/dra7xx_evm.h +++ b/include/configs/dra7xx_evm.h @@ -136,7 +136,6 @@ #undef CONFIG_CMD_BOOTD #ifdef CONFIG_SPL_DFU_SUPPORT #define CONFIG_SPL_LOAD_FIT_ADDRESS 0x80200000 -#define CONFIG_SPL_ENV_SUPPORT #define CONFIG_SPL_HASH_SUPPORT #define DFU_ALT_INFO_RAM \ "dfu_alt_info_ram=" \