plat.ld.S 339 Bytes
Newer Older
1
/*
2
 * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
3
4
5
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
6
7
#ifndef PLAT_LD_S
#define PLAT_LD_S
8

9
#include <plat/arm/common/arm_tzc_dram.ld.S>
10
11

#if RECLAIM_INIT_CODE
12
#include <plat/arm/common/arm_reclaim_init.ld.S>
13
#endif /* RECLAIM_INIT_CODE */
14

15
#endif /* PLAT_LD_S */