From: Masahiro Yamada Date: Fri, 3 Jul 2015 07:13:09 +0000 (+0900) Subject: ARM: disable HAVE_PRIVATE_LIBGCC for ARM64 X-Git-Tag: v2025.01-rc5-pxa1908~12634^2~1 X-Git-Url: http://git.dujemihanovic.xyz/%22/img/sics.gif/%22/static/git-favicon.png?a=commitdiff_plain;h=64b77ed234ee726b07068621f8d9d6c249329e31;p=u-boot.git 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 --- 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