Skip to content
Snippets Groups Projects
Commit 48057967 authored by B, Ravi's avatar B, Ravi Committed by Tom Rini
Browse files

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: default avatarRavi Babu <ravibabu@ti.com>
parent 021abf69
No related branches found
No related tags found
No related merge requests found
...@@ -136,7 +136,6 @@ ...@@ -136,7 +136,6 @@
#undef CONFIG_CMD_BOOTD #undef CONFIG_CMD_BOOTD
#ifdef CONFIG_SPL_DFU_SUPPORT #ifdef CONFIG_SPL_DFU_SUPPORT
#define CONFIG_SPL_LOAD_FIT_ADDRESS 0x80200000 #define CONFIG_SPL_LOAD_FIT_ADDRESS 0x80200000
#define CONFIG_SPL_ENV_SUPPORT
#define CONFIG_SPL_HASH_SUPPORT #define CONFIG_SPL_HASH_SUPPORT
#define DFU_ALT_INFO_RAM \ #define DFU_ALT_INFO_RAM \
"dfu_alt_info_ram=" \ "dfu_alt_info_ram=" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment