summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2018-03-12 15:37:15 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2018-03-23 07:43:23 +0100
commit868df08038a91d674a0c50b0c0a2f70dbc445510 (patch)
treed21cb4ae48c4a4f0e87b453049a36ed0d4ec414d /common/Kconfig
parent6b1f910c31f992cb6fe888ba9d436bad3e95c46d (diff)
downloadbarebox-868df08038a91d674a0c50b0c0a2f70dbc445510.tar.gz
barebox-868df08038a91d674a0c50b0c0a2f70dbc445510.tar.xz
ARM: aarch64: Add relocation support
This adds aarch64 support for relocating binaries linked with -pie. Support is integrated into the already exisiting relocate_to_current_adr() function which is now used for both arm32 and aarch64. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/Kconfig b/common/Kconfig
index af71d6888a..b7000c4d73 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -344,7 +344,7 @@ config KALLSYMS
This is useful to print a nice backtrace when an exception occurs.
config RELOCATABLE
- depends on PPC || (ARM && !CPU_V8)
+ depends on PPC || ARM
bool "generate relocatable barebox binary"
help
A non relocatable barebox binary will run at it's compiled in