diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-08-05 13:10:39 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2016-08-09 08:39:16 +0200 |
commit | 16559c34474be01f93db439678ef5bb55bd90c47 (patch) | |
tree | 4362840bb9c82c940a7107fd83a0716df2cd2b0b /Makefile.inc | |
parent | 32f54508ecdc9a19fb67805baf67d9853e6d35a4 (diff) |
build system: drop commented out code
Change-Id: I7f36a317f0a7cf4634246a255be79e6bcb2b2442
Signed-off-by: Patrick Georgi <pgeorgi@chromium.org>
Found-by: Daisuke Nojiri <dnojiri@chromium.org>
Reviewed-on: https://review.coreboot.org/16067
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 6 |
1 files changed, 0 insertions, 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 |