1/*
2 * Copyright (c) 2016-2021, ARM Limited and Contributors. All rights reserved.
3 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
7#if STM32MP_USE_STM32IMAGE
8#ifdef BL32_BIN_PATH
9.section .bl32_image
10.incbin BL32_BIN_PATH
11#endif
12#endif /* STM32MP_USE_STM32IMAGE */
13
14.section .bl2_image
15.incbin BL2_BIN_PATH
16
17.section .dtb_image
18.incbin DTB_BIN_PATH
19