diff mbox

[U-Boot] dra7xx: config: cleanup: moved to kconfig for CONFIG_SPL_ENV_SUPPORT

Message ID 1474894233-7549-1-git-send-email-ravibabu@ti.com
State Accepted
Commit 480579670b622a27f543ac1265076e997e8cd45c
Delegated to: Tom Rini
Headers show

Commit Message

B, Ravi Sept. 26, 2016, 12:50 p.m. UTC
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 <ravibabu@ti.com>
---
 include/configs/dra7xx_evm.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Tom Rini Oct. 8, 2016, 5:07 p.m. UTC | #1
On Mon, Sep 26, 2016 at 06:20:33PM +0530, B, Ravi wrote:

> 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 <ravibabu@ti.com>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/include/configs/dra7xx_evm.h b/include/configs/dra7xx_evm.h
index 0726875..72daddf 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=" \