diff options
author | Masahiro Yamada | 2016-07-17 01:38:21 +0900 |
---|---|---|
committer | Masahiro Yamada | 2016-07-23 23:24:47 +0900 |
commit | b7c4d25d26ed021f8c167e0f2ef08d6ab5798f32 (patch) | |
tree | 15b18b9936a4b4c7424d2ebbe3ae2dad353b3454 /arch | |
parent | fe8dc1fac70ce9a5672923957c116686c0929433 (diff) |
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>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-uniphier/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-uniphier/Kconfig b/arch/arm/mach-uniphier/Kconfig index e256eeb6686..e39ced674f1 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" |