arch/x86: Drop romcc bootblock

Change-Id: I79accbe1d5a554fea75fbd866995f385f718421a
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37335
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
This commit is contained in:
Arthur Heymans
2019-11-28 16:09:28 +01:00
committed by Patrick Georgi
parent ba9b504ec5
commit 0e45b2875a
11 changed files with 0 additions and 367 deletions

View File

@@ -268,9 +268,7 @@ postcar-$(CONFIG_COLLECT_TIMESTAMPS) += timestamp.c
postcar-$(CONFIG_GENERIC_UDELAY) += timer.c
# Use program.ld for all the platforms which use C fo the bootblock.
ifneq ($(CONFIG_ROMCC_BOOTBLOCK),y)
bootblock-y += program.ld
endif
decompressor-y += program.ld
postcar-y += program.ld