blob: 7c8bf065500c7875860528350d245fd5776133df [file] [log] [blame]
Soby Mathewa22dffc2017-10-05 12:27:33 +01001/*
Ambroise Vincenta71c59d2019-07-16 17:19:38 +01002 * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved.
Soby Mathewa22dffc2017-10-05 12:27:33 +01003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +00006#ifndef PLAT_LD_S
7#define PLAT_LD_S
Soby Mathewa22dffc2017-10-05 12:27:33 +01008
Antonio Nino Diazbd9344f2019-01-25 14:30:04 +00009#include <plat/arm/common/arm_tzc_dram.ld.S>
Ambroise Vincenta71c59d2019-07-16 17:19:38 +010010
11#if RECLAIM_INIT_CODE
Antonio Nino Diazbd9344f2019-01-25 14:30:04 +000012#include <plat/arm/common/arm_reclaim_init.ld.S>
Ambroise Vincenta71c59d2019-07-16 17:19:38 +010013#endif /* RECLAIM_INIT_CODE */
Soby Mathewa22dffc2017-10-05 12:27:33 +010014
Antonio Nino Diazc3cf06f2018-11-08 10:20:19 +000015#endif /* PLAT_LD_S */