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:
Rohit Ner 2022-05-18 00:55:02 -07:00
parent 48e73457a6
commit 7da7f1f0b0
1 changed files with 4 additions and 2 deletions

View File

@ -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 \