From a421192fb8d49da9a8bc30258c29c51675a1a1c9 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Mon, 23 Jan 2017 13:31:19 -0700 Subject: Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig This converts the following to Kconfig: CONFIG_ARCH_EARLY_INIT_R Signed-off-by: Simon Glass --- 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 7c8a246..5ac8938 100644 --- a/include/configs/ls1046a_common.h +++ b/include/configs/ls1046a_common.h @@ -158,7 +158,6 @@ /* Miscellaneous configurable options */ #define CONFIG_SYS_LOAD_ADDR (CONFIG_SYS_DDR_SDRAM_BASE + 0x10000000) -#define CONFIG_ARCH_EARLY_INIT_R #define CONFIG_HWCONFIG #define HWCONFIG_BUFFER_SIZE 128 -- cgit v1.1