From 70d608fc7077c2d34b7f44ef67176a051f0967da Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Tue, 8 Dec 2020 14:16:59 +0100 Subject: Makefile.inc: Remove the CBNT bootblock flag At the moment this was only used for aligning the bootblock to 64 bytes. At the moment this automatically done with CONFIG_C_ENV_BOOTBLOCK_SIZE. Change-Id: I0c879119e525b512eebe3f4c5ff9b2f426c6b6ff Signed-off-by: Arthur Heymans Reviewed-on: https://review.coreboot.org/c/coreboot/+/48468 Tested-by: build bot (Jenkins) Reviewed-by: Angel Pons Reviewed-by: Christian Walter --- Makefile.inc | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'Makefile.inc') diff --git a/Makefile.inc b/Makefile.inc index dee4a2e92d..90280df6c7 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -730,16 +730,6 @@ TXTIBB := endif -ifeq ($(CONFIG_INTEL_CBNT_SUPPORT),y) - -CBNTIBB := --cbnt - -else - -CBNTIBB := - -endif # CONFIG_INTEL_CBNT_SUPPORT - ifeq ($(CONFIG_COMPRESS_BOOTBLOCK),y) $(objcbfs)/bootblock.lz4: $(objcbfs)/bootblock.elf $(objutil)/cbfstool/cbfs-compression-tool @@ -1085,7 +1075,6 @@ ifeq ($(CONFIG_ARCH_X86),y) -n bootblock \ -t bootblock \ $(TXTIBB) \ - $(CBNTIBB) \ -b -$(call file-size,$(objcbfs)/bootblock.bin) $(cbfs-autogen-attributes) \ $(TS_OPTIONS) \ $(CBFSTOOL_ADD_CMD_OPTIONS) -- cgit v1.2.3