commit | 62adede09600c501f32f08f51c31818333fba751 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 23 13:31:19 2017 -0700 |
committer | Tom Rini <trini@konsulko.com> | Wed Jan 25 16:43:48 2017 -0500 |
tree | 5fdfb50ec403b68d91cacfb4bb26926a5a9e9bc0 | |
parent | 6032f453f19dc66d75f178ac24aded15756bb31d [diff] [blame] |
Convert CONFIG_ARCH_EARLY_INIT_R to Kconfig This converts the following to Kconfig: CONFIG_ARCH_EARLY_INIT_R Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 30f0925..e2078d6 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig
@@ -607,6 +607,7 @@ select DM_SPI_FLASH select DM_SPI select ENABLE_ARM_SOC_BOOT0_HOOK + select ARCH_EARLY_INIT_R config TARGET_CM_T43 bool "Support cm_t43"