From 38c0c1105a27cd8aa370cfec41846e7db7504e55 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Fri, 30 Sep 2016 12:36:07 +0200 Subject: 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 Signed-off-by: Sascha Hauer --- common/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/Kconfig') 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 -- cgit v1.2.3