Soby Mathew | 3b5156e | 2017-10-05 12:27:33 +0100 | [diff] [blame] | 1 | /* |
Ambroise Vincent | e8b10e2 | 2019-07-16 17:19:38 +0100 | [diff] [blame] | 2 | * Copyright (c) 2017-2019, ARM Limited and Contributors. All rights reserved. |
Soby Mathew | 3b5156e | 2017-10-05 12:27:33 +0100 | [diff] [blame] | 3 | * |
| 4 | * SPDX-License-Identifier: BSD-3-Clause |
| 5 | */ |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 6 | #ifndef PLAT_LD_S |
| 7 | #define PLAT_LD_S |
Soby Mathew | 3b5156e | 2017-10-05 12:27:33 +0100 | [diff] [blame] | 8 | |
Antonio Nino Diaz | bd7b740 | 2019-01-25 14:30:04 +0000 | [diff] [blame] | 9 | #include <plat/arm/common/arm_tzc_dram.ld.S> |
Ambroise Vincent | e8b10e2 | 2019-07-16 17:19:38 +0100 | [diff] [blame] | 10 | |
| 11 | #if RECLAIM_INIT_CODE |
Antonio Nino Diaz | bd7b740 | 2019-01-25 14:30:04 +0000 | [diff] [blame] | 12 | #include <plat/arm/common/arm_reclaim_init.ld.S> |
Ambroise Vincent | e8b10e2 | 2019-07-16 17:19:38 +0100 | [diff] [blame] | 13 | #endif /* RECLAIM_INIT_CODE */ |
Soby Mathew | 3b5156e | 2017-10-05 12:27:33 +0100 | [diff] [blame] | 14 | |
Antonio Nino Diaz | 5eb8837 | 2018-11-08 10:20:19 +0000 | [diff] [blame] | 15 | #endif /* PLAT_LD_S */ |