mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-18 18:44:22 +00:00
Merge "synquacer: Fix compilation fail for SPM support build config" into integration
This commit is contained in:
commit
dc150425c3
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue