summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-09-30 12:36:07 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-04 08:12:19 +0200
commit38c0c1105a27cd8aa370cfec41846e7db7504e55 (patch)
tree09d491881f38d8749f98272389ea85cd15b24f6b
parent0201dedc10956f71d812093df7be7cf4f6f44d29 (diff)
downloadbarebox-38c0c1105a27cd8aa370cfec41846e7db7504e55.tar.gz
barebox-38c0c1105a27cd8aa370cfec41846e7db7504e55.tar.xz
arm64: don't allow to build relocatable image
The current ARM64 implementation is lacking the lowlevel functions to do the relocation. Don't allow to select it. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index f2badc7707..be056857f2 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -342,7 +342,7 @@ config KALLSYMS
This is useful to print a nice backtrace when an exception occurs.
config RELOCATABLE
- depends on PPC || ARM
+ depends on PPC || (ARM && !CPU_V8)
bool "generate relocatable barebox binary"
help
A non relocatable barebox binary will run at it's compiled in