blob: 85caa0a80188e383de18f13e22e652508665adab [file] [log] [blame]
Yann Gautier761797d2018-07-16 14:34:50 +02001/*
Yann Gautier0ed7b2a2021-05-19 18:48:16 +02002 * Copyright (c) 2016-2021, ARM Limited and Contributors. All rights reserved.
Yann Gautier761797d2018-07-16 14:34:50 +02003 *
4 * SPDX-License-Identifier: BSD-3-Clause
5 */
6
Yann Gautier0ed7b2a2021-05-19 18:48:16 +02007#if STM32MP_USE_STM32IMAGE
Yann Gautier761797d2018-07-16 14:34:50 +02008#ifdef BL32_BIN_PATH
9.section .bl32_image
10.incbin BL32_BIN_PATH
11#endif
Yann Gautier0ed7b2a2021-05-19 18:48:16 +020012#endif /* STM32MP_USE_STM32IMAGE */
Yann Gautier761797d2018-07-16 14:34:50 +020013
14.section .bl2_image
15.incbin BL2_BIN_PATH
16
17.section .dtb_image
18.incbin DTB_BIN_PATH