[U-Boot] [PATCH] arm: Select CONFIG_ARM64 for Cavium ThunderX

Marek Vasut marex at denx.de
Wed Jun 1 02:33:53 CEST 2016


Select the config option, since this board is ARM64.

Signed-off-by: Marek Vasut <marex at denx.de>
Cc: Simon Glass <sjg at chromium.org>
Cc: Tom Rini <trini at konsulko.com>
---
 arch/arm/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index f82f5a8..77eab66 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -780,6 +780,7 @@ config ARCH_ROCKCHIP
 
 config TARGET_THUNDERX_88XX
 	bool "Support ThunderX 88xx"
+	select ARM64
 	select OF_CONTROL
 
 endchoice
-- 
2.7.0



More information about the U-Boot mailing list