From b54dfb5d33ed53a003191e3dbdad1efbf30f8ed8 Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Mon, 6 Nov 2023 14:17:58 +0100 Subject: [PATCH] build(qemu-sbsa): it is GICv3 platform GICV2_G0_FOR_EL3 variable is only for GICv2 platforms. Signed-off-by: Marcin Juszkiewicz Change-Id: Ibf9376caabbc05ceef4f870d816e6c60a344f895 --- plat/qemu/qemu_sbsa/platform.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/plat/qemu/qemu_sbsa/platform.mk b/plat/qemu/qemu_sbsa/platform.mk index 1b147cee0..528e09354 100644 --- a/plat/qemu/qemu_sbsa/platform.mk +++ b/plat/qemu/qemu_sbsa/platform.mk @@ -18,7 +18,6 @@ ENABLE_STACK_PROTECTOR := 0 ifeq (${SPM_MM},1) NEED_BL32 := yes EL3_EXCEPTION_HANDLING := 1 -GICV2_G0_FOR_EL3 := 1 endif include plat/qemu/common/common.mk