projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35016e3
)
arm: Select CONFIG_ARM64 for Cavium ThunderX
author
Marek Vasut
<marex@denx.de>
Wed, 1 Jun 2016 00:33:53 +0000
(
02:33
+0200)
committer
Tom Rini
<trini@konsulko.com>
Fri, 3 Jun 2016 01:21:42 +0000
(21:21 -0400)
Select the config option, since this board is ARM64.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Simon Glass <sjg@chromium.org>
Cc: Tom Rini <trini@konsulko.com>
arch/arm/Kconfig
patch
|
blob
|
history
diff --git
a/arch/arm/Kconfig
b/arch/arm/Kconfig
index 7a77b6a03701749dae3c1e3027d4602a43fcb606..e5463d256dd2032136d0a10000ab56581ceda6d4 100644
(file)
--- a/
arch/arm/Kconfig
+++ b/
arch/arm/Kconfig
@@
-766,6
+766,7
@@
config ARCH_ROCKCHIP
config TARGET_THUNDERX_88XX
bool "Support ThunderX 88xx"
+ select ARM64
select OF_CONTROL
endchoice