[PATCH 10/62] ARM: efm32: select AUTO_ZRELADDR
Arnd Bergmann
arnd at arndb.de
Wed Mar 19 15:29:07 EDT 2014
The efm32 platform does not provide a zreladdr-y line its Makefile.boot,
so we always have to use CONFIG_AUTO_ZRELADDR in order to successfully
build and link a zImage.
Signed-off-by: Arnd Bergmann <arnd at arndb.de>
Cc: Uwe Kleine-König <kernel at pengutronix.de>
---
arch/arm/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 62ede9b..5776c12 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -422,6 +422,7 @@ config ARCH_EFM32
bool "Energy Micro efm32"
depends on !MMU
select ARCH_REQUIRE_GPIOLIB
+ select AUTO_ZRELADDR
select ARM_NVIC
select CLKSRC_OF
select COMMON_CLK
--
1.8.3.2
More information about the linux-arm-kernel
mailing list