aboutsummaryrefslogtreecommitdiffstats
path: root/plat/qemu/qemu_common.c
diff options
context:
space:
mode:
authorAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-26 09:29:45 +0100
committerAntonio Nino Diaz <antonio.ninodiaz@arm.com>2018-09-28 15:31:53 +0100
commit1ba2ff7b0fe4eb529b72c57402c9d1b756cff593 (patch)
tree55b0a1fab140e1f5572dd24fc1c37560728a26a1 /plat/qemu/qemu_common.c
parent99865e0afedca437ca1d3a63163370e17b5aac96 (diff)
downloadplatform_external_arm-trusted-firmware-1ba2ff7b0fe4eb529b72c57402c9d1b756cff593.tar.gz
platform_external_arm-trusted-firmware-1ba2ff7b0fe4eb529b72c57402c9d1b756cff593.tar.bz2
platform_external_arm-trusted-firmware-1ba2ff7b0fe4eb529b72c57402c9d1b756cff593.zip
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 <jens.wiklander@linaro.org> Tested-by: Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by: Antonio Nino Diaz <antonio.ninodiaz@arm.com>
Diffstat (limited to 'plat/qemu/qemu_common.c')
-rw-r--r--plat/qemu/qemu_common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plat/qemu/qemu_common.c b/plat/qemu/qemu_common.c
index 2d4198b7d..376ff2f11 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)