mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
build(stm32mp1): platform changes for verifying gpt header crc
This change makes the necessary additions to makefile of platforms using partition driver. Signed-off-by: Rohit Ner <rohitner@google.com> Change-Id: I66f6daaa0deac984b0aa5f2a182385410189ba8a
This commit is contained in:
parent
48e73457a6
commit
7da7f1f0b0
1 changed files with 4 additions and 2 deletions
|
@ -320,12 +320,14 @@ BL2_SOURCES += drivers/io/io_dummy.c \
|
|||
plat/st/stm32mp1/stm32mp1_security.c
|
||||
endif
|
||||
|
||||
ifeq (${PSA_FWU_SUPPORT},1)
|
||||
include lib/zlib/zlib.mk
|
||||
|
||||
ifeq (${PSA_FWU_SUPPORT},1)
|
||||
include drivers/fwu/fwu.mk
|
||||
endif
|
||||
|
||||
|
||||
BL2_SOURCES += $(ZLIB_SOURCES)
|
||||
endif
|
||||
|
||||
BL2_SOURCES += drivers/io/io_block.c \
|
||||
drivers/io/io_mtd.c \
|
||||
|
|
Loading…
Add table
Reference in a new issue