1/*
2 * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6#ifndef PLAT_LD_S
7#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 */
16