summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2016-07-16 16:38:21 (GMT)
committerMasahiro Yamada <yamada.masahiro@socionext.com>2016-07-23 14:24:47 (GMT)
commitb7c4d25d26ed021f8c167e0f2ef08d6ab5798f32 (patch)
tree15b18b9936a4b4c7424d2ebbe3ae2dad353b3454
parentfe8dc1fac70ce9a5672923957c116686c0929433 (diff)
downloadu-boot-fsl-qoriq-b7c4d25d26ed021f8c167e0f2ef08d6ab5798f32.tar.xz
ARM: uniphier: select CONFIG_ARMV8_SPIN_TABLE
This is needed when booting Linux without ARM Trusted Firmware. Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
-rw-r--r--arch/arm/mach-uniphier/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig
index e256eeb..e39ced6 100644
--- a/arch/arm/mach-uniphier/Kconfig
+++ b/arch/arm/mach-uniphier/Kconfig
@@ -12,6 +12,7 @@ config ARCH_UNIPHIER_64BIT
select ARM64
select SPL_SEPARATE_BSS
select ARMV8_MULTIENTRY
+ select ARMV8_SPIN_TABLE
choice
prompt "UniPhier SoC select"