]> git.sur5r.net Git - u-boot/commitdiff
arm: Select CONFIG_ARM64 for Cavium ThunderX
authorMarek Vasut <marex@denx.de>
Wed, 1 Jun 2016 00:33:53 +0000 (02:33 +0200)
committerTom 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

index 7a77b6a03701749dae3c1e3027d4602a43fcb606..e5463d256dd2032136d0a10000ab56581ceda6d4 100644 (file)
@@ -766,6 +766,7 @@ config ARCH_ROCKCHIP
 
 config TARGET_THUNDERX_88XX
        bool "Support ThunderX 88xx"
+       select ARM64
        select OF_CONTROL
 
 endchoice