From 16559c34474be01f93db439678ef5bb55bd90c47 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Fri, 5 Aug 2016 13:10:39 +0200 Subject: [PATCH] build system: drop commented out code MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I7f36a317f0a7cf4634246a255be79e6bcb2b2442 Signed-off-by: Patrick Georgi Found-by: Daisuke Nojiri Reviewed-on: https://review.coreboot.org/16067 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kyösti Mälkki --- Makefile.inc | 6 ------ 1 file changed, 6 deletions(-) diff --git a/Makefile.inc b/Makefile.inc index 7252bccf35..956ed52d92 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -729,12 +729,6 @@ ifeq ($(CONFIG_ARCH_X86),y) -t bootblock \ -b -$(call file-size,$(objcbfs)/bootblock.bin) $(cbfs-autogen-attributes) else # ifeq ($(CONFIG_ARCH_X86),y) - # don't add bootblock to cbfs yet, it's just a waste of space - true $(CBFSTOOL) $@.tmp add \ - -f $(objcbfs)/bootblock.bin \ - -n bootblock \ - -t bootblock \ - -b 0 $(CBFSTOOL) $@.tmp write -u \ -r BOOTBLOCK \ -f $(objcbfs)/bootblock.bin