Soby Mathew | 3b5156e | 2017-10-05 12:27:33 +0100 | [diff] [blame] | 1 | /* |
2 | * Copyright (c) 2017, ARM Limited and Contributors. All rights reserved. | ||||
3 | * | ||||
4 | * SPDX-License-Identifier: BSD-3-Clause | ||||
5 | */ | ||||
6 | #ifndef __PLAT_LD_S__ | ||||
7 | #define __PLAT_LD_S__ | ||||
8 | |||||
Daniel Boulby | b1b058d | 2018-09-18 11:52:49 +0100 | [diff] [blame] | 9 | #include <arm_tzc_dram.ld.S> |
10 | #include <arm_reclaim_init.ld.S> | ||||
Soby Mathew | 3b5156e | 2017-10-05 12:27:33 +0100 | [diff] [blame] | 11 | |
12 | #endif /* __PLAT_LD_S__ */ |