mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-19 02:54:24 +00:00
chore(measured boot): remove unused DTC flags
We no longer need to pass special flags to the device tree compiler
for measured boot. These are a left over from the days where we used
to pass BL2 measurement to BL2 image via TB_FW configuration file.
This should have been removed as part of commit eab78e9ba4
("refactor(measured_boot): remove passing of BL2 hash via device
tree") but was missed at the time.
Change-Id: Iced7e60af7ca660c342c0fc3a33b51865d67f04d
Signed-off-by: Sandrine Bailleux <sandrine.bailleux@arm.com>
This commit is contained in:
parent
141791088e
commit
92c356e2ed
1 changed files with 0 additions and 4 deletions
4
Makefile
4
Makefile
|
@ -449,10 +449,6 @@ DTC_FLAGS += -I dts -O dtb
|
||||||
DTC_CPPFLAGS += -P -nostdinc -Iinclude -Ifdts -undef \
|
DTC_CPPFLAGS += -P -nostdinc -Iinclude -Ifdts -undef \
|
||||||
-x assembler-with-cpp $(DEFINES)
|
-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
|
# Common sources and include directories
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
Loading…
Add table
Reference in a new issue