From 1ba2ff7b0fe4eb529b72c57402c9d1b756cff593 Mon Sep 17 00:00:00 2001 From: Antonio Nino Diaz Date: Wed, 26 Sep 2018 09:29:45 +0100 Subject: qemu: Migrate to new interfaces - Remove references to removed build options. - Remove support for LOAD_IMAGE_V2=0. - Migrate to sp_min_early_platform_setup2(). Change-Id: I884399139fb8e2554adeded888969f44672d56c0 Co-authored-by: Jens Wiklander Tested-by: Jens Wiklander Signed-off-by: Antonio Nino Diaz --- plat/qemu/qemu_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plat/qemu/qemu_common.c') diff --git a/plat/qemu/qemu_common.c b/plat/qemu/qemu_common.c index 2d4198b7..376ff2f1 100644 --- a/plat/qemu/qemu_common.c +++ b/plat/qemu/qemu_common.c @@ -131,7 +131,7 @@ static const mmap_region_t plat_qemu_mmap[] = { /* Define EL1 and EL3 variants of the function initialising the MMU */ #ifdef AARCH32 -DEFINE_CONFIGURE_MMU_EL(secure) +DEFINE_CONFIGURE_MMU_EL(svc_mon) #else DEFINE_CONFIGURE_MMU_EL(el1) DEFINE_CONFIGURE_MMU_EL(el3) -- cgit v1.2.3