summaryrefslogtreecommitdiffstats
path: root/arch/Kconfig
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2015-07-03 16:13:09 +0900
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>2015-07-07 11:39:51 +0200
commit64b77ed234ee726b07068621f8d9d6c249329e31 (patch)
treefcc116ebb04efc9eea49ab4e93f80db6927a2c08 /arch/Kconfig
parent1c94578e7a3ce9d2e864b9243d213392d324205a (diff)
downloadtalos-obmc-uboot-64b77ed234ee726b07068621f8d9d6c249329e31.tar.gz
talos-obmc-uboot-64b77ed234ee726b07068621f8d9d6c249329e31.zip
ARM: disable HAVE_PRIVATE_LIBGCC for ARM64
We have not supported the private library for ARM 64bit. Prohibit ARM64 boards from enabling it until we make things ready. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/Kconfig')
-rw-r--r--arch/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Kconfig b/arch/Kconfig
index 96db5c5088..afa1d6c2d7 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -18,7 +18,7 @@ config ARC
config ARM
bool "ARM architecture"
- select HAVE_PRIVATE_LIBGCC
+ select HAVE_PRIVATE_LIBGCC if !ARM64
select HAVE_GENERIC_BOARD
select SUPPORT_OF_CONTROL
OpenPOWER on IntegriCloud