Merge "fix(stm32mp1): add bl prefix for internal linker script" into integration

This commit is contained in:
Madhukar Pappireddy 2021-10-13 18:54:55 +02:00 committed by TrustedFirmware Code Review
commit 17c1f1e6ec
1 changed files with 1 additions and 1 deletions

View File

@ -323,7 +323,7 @@ ${BUILD_PLAT}/stm32mp1-%.o: ${BUILD_PLAT}/fdts/%-bl2.dtb plat/st/stm32mp1/stm32m
-c plat/st/stm32mp1/stm32mp1.S -o $@
endif
$(eval $(call MAKE_LD,${STM32_TF_LINKERFILE},plat/st/stm32mp1/stm32mp1.ld.S,2))
$(eval $(call MAKE_LD,${STM32_TF_LINKERFILE},plat/st/stm32mp1/stm32mp1.ld.S,bl2))
tf-a-%.elf: stm32mp1-%.o ${STM32_TF_LINKERFILE}
@echo " LDS $<"