projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c94578
)
ARM: disable HAVE_PRIVATE_LIBGCC for ARM64
author
Masahiro Yamada
<yamada.masahiro@socionext.com>
Fri, 3 Jul 2015 07:13:09 +0000
(16:13 +0900)
committer
Albert ARIBAUD
<albert.u.boot@aribaud.net>
Tue, 7 Jul 2015 09:39:51 +0000
(11:39 +0200)
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>
arch/Kconfig
patch
|
blob
|
history
diff --git
a/arch/Kconfig
b/arch/Kconfig
index 96db5c5088b6b6e0906a7b5dedc11bcf3ab5830d..afa1d6c2d782e00282d14e7838f578ef1b8cd4f7 100644
(file)
--- 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