From 208bdaf2ae5f31cf8bd20beedd36686e8624d52b Mon Sep 17 00:00:00 2001 From: Sudeep Holla Date: Wed, 21 Aug 2019 18:29:10 +0100 Subject: vexpress/aemv8a: drop CONFIG_ARMV8_SWITCH_TO_EL1 To support KVM, we need to drop at EL2 and not EL1 before we boot Linux kernel. This causes issues on platform with VHE and secondaries booting at EL2 via TF-A PSCI CPU_ON call. Cc: Ryan Harkin Cc: Liviu Dudau Cc: Linus Walleij Cc: David Feng Signed-off-by: Sudeep Holla Reviewed-by: Peng Fan --- include/configs/vexpress_aemv8a.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/configs/vexpress_aemv8a.h') diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h index 89cd8b550a..9746470552 100644 --- a/include/configs/vexpress_aemv8a.h +++ b/include/configs/vexpress_aemv8a.h @@ -11,7 +11,6 @@ #ifndef CONFIG_SEMIHOSTING #error CONFIG_TARGET_VEXPRESS64_BASE_FVP requires CONFIG_SEMIHOSTING #endif -#define CONFIG_ARMV8_SWITCH_TO_EL1 #endif #define CONFIG_REMAKE_ELF -- cgit v1.2.3