diff options
author | Antonio Niño Díaz <antonio.ninodiaz@arm.com> | 2018-10-26 16:18:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-26 16:18:03 +0200 |
commit | 9aabd11a424770e11dd89251960678d3e3332df6 (patch) | |
tree | f15d1c6d4e6a0f6055d8b6b470fad942ce947db3 /plat/qemu/qemu_common.c | |
parent | 31abc7c45428398a330a3a940fe4dd7efa6c96f2 (diff) | |
parent | 0916c38deca4a2e26720da6b1aa1e15de87f9a34 (diff) |
Merge pull request #1647 from antonio-nino-diaz-arm/an/setup-xlat
Improvements to setup page tables code
Diffstat (limited to 'plat/qemu/qemu_common.c')
-rw-r--r-- | plat/qemu/qemu_common.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/plat/qemu/qemu_common.c b/plat/qemu/qemu_common.c index 376ff2f1..43a3f701 100644 --- a/plat/qemu/qemu_common.c +++ b/plat/qemu/qemu_common.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015-2016, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2015-2018, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -7,7 +7,8 @@ #include <arch_helpers.h> #include <bl_common.h> #include <platform_def.h> -#include <arm_xlat_tables.h> +#include <xlat_tables_v2.h> + #include "qemu_private.h" #define MAP_DEVICE0 MAP_REGION_FLAT(DEVICE0_BASE, \ |