mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 01:24:27 +00:00
refactor(st): move plat_image_load.c
This file is common for ST platforms, move it to plat/st/common/. Signed-off-by: Yann Gautier <yann.gautier@st.com> Change-Id: I7cefbc7f857d4ea63320042988c86d28e8a3cc09
This commit is contained in:
parent
cff2b1145d
commit
954048f436
3 changed files with 2 additions and 3 deletions
|
@ -146,6 +146,7 @@ BL2_SOURCES += $(ZLIB_SOURCES)
|
|||
|
||||
BL2_SOURCES += drivers/io/io_fip.c \
|
||||
plat/st/common/bl2_io_storage.c \
|
||||
plat/st/common/plat_image_load.c \
|
||||
plat/st/common/stm32mp_fconf_io.c
|
||||
|
||||
BL2_SOURCES += drivers/io/io_block.c \
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 2016-2022, ARM Limited and Contributors. All rights reserved.
|
||||
* Copyright (c) 2016-2023, Arm Limited and Contributors. All rights reserved.
|
||||
*
|
||||
* SPDX-License-Identifier: BSD-3-Clause
|
||||
*/
|
|
@ -277,8 +277,6 @@ endif
|
|||
BL2_SOURCES += drivers/st/ddr/stm32mp1_ddr.c \
|
||||
drivers/st/ddr/stm32mp1_ram.c
|
||||
|
||||
BL2_SOURCES += plat/st/stm32mp1/plat_image_load.c
|
||||
|
||||
ifeq ($(AARCH32_SP),sp_min)
|
||||
# Create DTB file for BL32
|
||||
${BUILD_PLAT}/fdts/%-bl32.dts: fdts/%.dts fdts/${BL32_DTSI} | ${BUILD_PLAT} fdt_dirs
|
||||
|
|
Loading…
Add table
Reference in a new issue