blob: f024f551ae5ad26d6a71fd012970abc99b64e5d3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* Copyright (c) 2017, ARM Limited and Contributors. All rights reserved.
*
* SPDX-License-Identifier: BSD-3-Clause
*/
#ifndef PLAT_LD_S
#define PLAT_LD_S
#include <plat/arm/common/arm_tzc_dram.ld.S>
#include <plat/arm/common/arm_reclaim_init.ld.S>
#endif /* PLAT_LD_S */
|