blob: f024f551ae5ad26d6a71fd012970abc99b64e5d3 [file] [log] [blame]
Soby Mathew3b5156e2017-10-05 12:27:33 +01001/*
2 * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
3 *
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>
10#include <plat/arm/common/arm_reclaim_init.ld.S>
Soby Mathew3b5156e2017-10-05 12:27:33 +010011
Antonio Nino Diaz5eb88372018-11-08 10:20:19 +000012#endif /* PLAT_LD_S */