From 3788b451e32bc925c4a63a882acc9c3b4ee895be Mon Sep 17 00:00:00 2001 From: Jagan Teki Date: Sat, 21 Jan 2017 11:48:33 +0100 Subject: config: Move CONFIG_BOARD_LATE_INIT to defconfigs Cc: Tom Rini Signed-off-by: Jagan Teki --- include/configs/ls1046a_common.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/ls1046a_common.h') diff --git a/include/configs/ls1046a_common.h b/include/configs/ls1046a_common.h index 4a910d161c..7c8a2467ce 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -159,7 +159,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) #define CONFIG_ARCH_EARLY_INIT_R -#define CONFIG_BOARD_LATE_INIT #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 -- cgit