mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: build system: drop commented out code
BUG=None BRANCH=None TEST=None Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/16067 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Kysti Mlkki <kyosti.malkki@gmail.com> Change-Id: I7f36a317f0a7cf4634246a255be79e6bcb2b2442 Reviewed-on: https://chromium-review.googlesource.com/368884 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
1d689a53be
commit
7512246f8b
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue