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

1 Jun
2016
1 Jun
'16
2:33 a.m.
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 | 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

3 Jun
3 Jun
4 p.m.
New subject: [U-Boot] arm: Select CONFIG_ARM64 for Cavium ThunderX
On Wed, Jun 01, 2016 at 02:33:53AM +0200, Marek Vasut wrote:
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
Applied to u-boot/master, thanks!
--
Tom
3260
Age (days ago)
3262
Last active (days ago)
1 comments
2 participants
participants (2)
-
Marek Vasut
-
Tom Rini