diff options
author | Marek Vasut <marex@denx.de> | 2016-06-01 02:33:53 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-06-02 21:21:42 -0400 |
commit | b4ba1693ef25aa0050c5aa254a0d1c4ed0af65f3 (patch) | |
tree | 805ba02e65250c3f82c064d9ab46a28424436900 /arch/arm | |
parent | 35016e39fe545420260ec487859aaaeb80bf3be0 (diff) | |
download | talos-obmc-uboot-b4ba1693ef25aa0050c5aa254a0d1c4ed0af65f3.tar.gz talos-obmc-uboot-b4ba1693ef25aa0050c5aa254a0d1c4ed0af65f3.zip |
arm: Select CONFIG_ARM64 for Cavium ThunderX
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>
Diffstat (limited to 'arch/arm')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 7a77b6a037..e5463d256d 100644 --- 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 |