The current ARM64 implementation is lacking the lowlevel functions
to do the relocation. Don't allow to select it.

Signed-off-by: Lucas Stach <[email protected]>
---
 common/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/common/Kconfig b/common/Kconfig
index cd3f6d0cb068..7869a531bf48 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
+       depends on PPC || (ARM && !CPU_V8)
        bool "generate relocatable barebox binary"
        help
          A non relocatable barebox binary will run at it's compiled in
-- 
2.9.3


_______________________________________________
barebox mailing list
[email protected]
http://lists.infradead.org/mailman/listinfo/barebox

Reply via email to