blob: ad2d46c436f7f56517add722f1a100ded799eede [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
Daniel Boulbyb1b058d2018-09-18 11:52:49 +01009#include <arm_tzc_dram.ld.S>
10#include <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 */