diff --git a/Makefile b/Makefile index f91699c44..da3e4931e 100644 --- a/Makefile +++ b/Makefile @@ -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 ################################################################################