diff options
author | Soby Mathew <soby.mathew@arm.com> | 2019-07-15 15:01:11 +0000 |
---|---|---|
committer | TrustedFirmware Code Review <review@review.trustedfirmware.org> | 2019-07-15 15:01:11 +0000 |
commit | dc150425c36c83edf48654424fcbbc98ee17acea (patch) | |
tree | a798d68cacd95fa6290a0ebede023254cdf805c8 | |
parent | 9b350702498ba64917bf0a46a60fe8c165b9955b (diff) | |
parent | 91e6bef9f5c115e00aec361a68ddc78a96cc3885 (diff) |
Merge "synquacer: Fix compilation fail for SPM support build config" into integration
-rw-r--r-- | plat/socionext/synquacer/include/plat.ld.S | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plat/socionext/synquacer/include/plat.ld.S b/plat/socionext/synquacer/include/plat.ld.S index 1b7f6998..a06fe2ad 100644 --- a/plat/socionext/synquacer/include/plat.ld.S +++ b/plat/socionext/synquacer/include/plat.ld.S @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, ARM Limited and Contributors. All rights reserved. + * Copyright (c) 2018-2019, ARM Limited and Contributors. All rights reserved. * * SPDX-License-Identifier: BSD-3-Clause */ @@ -7,7 +7,7 @@ #ifndef SYNQUACER_PLAT_LD_S__ #define SYNQUACER_PLAT_LD_S__ -#include <xlat_tables_defs.h> +#include <lib/xlat_tables/xlat_tables_defs.h> #define SPM_SHIM_EXCEPTIONS_VMA SP_DRAM |