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