Commit 1df13d9d authored by Arnd Bergmann's avatar Arnd Bergmann

ARM: efm32: select AUTO_ZRELADDR

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: default avatarArnd Bergmann <arnd@arndb.de>
Cc: Uwe Kleine-König <kernel@pengutronix.de>
parent 06f07c9e
...@@ -420,6 +420,7 @@ config ARCH_EFM32 ...@@ -420,6 +420,7 @@ config ARCH_EFM32
bool "Energy Micro efm32" bool "Energy Micro efm32"
depends on !MMU depends on !MMU
select ARCH_REQUIRE_GPIOLIB select ARCH_REQUIRE_GPIOLIB
select AUTO_ZRELADDR
select ARM_NVIC select ARM_NVIC
# CLKSRC_MMIO is wrong here, but needed until a proper fix is merged, # CLKSRC_MMIO is wrong here, but needed until a proper fix is merged,
# i.e. CLKSRC_EFM32 selecting CLKSRC_MMIO # i.e. CLKSRC_EFM32 selecting CLKSRC_MMIO
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment