summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2016-09-30 12:36:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-10-04 08:12:19 +0200
commit725d4474e12b0d8362ac35f10f2848dfd5745a85 (patch)
treeaae36d5bb9537486cba42df658aaa50016b095dc /arch/arm/cpu
parentefe3b512e509d74060d9a3a2df7b498dfe14a2d0 (diff)
downloadbarebox-725d4474e12b0d8362ac35f10f2848dfd5745a85.tar.gz
barebox-725d4474e12b0d8362ac35f10f2848dfd5745a85.tar.xz
arm64: select ARM_EXCEPTIONS
The current ARM64 lowlevel code needs the exception vector to set up all the ELs. Select ARM_EXCEPTIONS to make sure this is always present. Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/cpu')
-rw-r--r--arch/arm/cpu/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/Kconfig b/arch/arm/cpu/Kconfig
index 450a6d593a..9928120cc0 100644
--- a/arch/arm/cpu/Kconfig
+++ b/arch/arm/cpu/Kconfig
@@ -80,6 +80,7 @@ config CPU_V8
bool
select CPU_64v8
select CPU_SUPPORTS_64BIT_KERNEL
+ select ARM_EXCEPTIONS
config CPU_XSC3
bool