Merge "chore(measured boot): remove unused DTC flags" into integration

This commit is contained in:
Lauren Wehrmeister 2022-04-12 17:19:01 +02:00 committed by TrustedFirmware Code Review
commit 807d6d6217
1 changed files with 0 additions and 4 deletions

View File

@ -449,10 +449,6 @@ DTC_FLAGS += -I dts -O dtb
DTC_CPPFLAGS += -P -nostdinc -Iinclude -Ifdts -undef \
-x assembler-with-cpp $(DEFINES)
ifeq ($(MEASURED_BOOT),1)
DTC_CPPFLAGS += -DMEASURED_BOOT -DBL2_HASH_SIZE=${TCG_DIGEST_SIZE}
endif
################################################################################
# Common sources and include directories
################################################################################