blob: 7255fe5aa9f5a68110e193b2e9096a443046d646 [file] [log] [blame]
Yann Gautier761797d2018-07-16 14:34:50 +02001/*
2 * Copyright (c) 2016-2018, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#ifdef BL32_BIN_PATH
8.section .bl32_image
9.incbin BL32_BIN_PATH
10#endif
11
12.section .bl2_image
13.incbin BL2_BIN_PATH
14
15.section .dtb_image
16.incbin DTB_BIN_PATH