arch/x86: Drop uses of ROMCC_BOOTBLOCK

Change-Id: Ia0405fdd448cb31b3c6ca3b3d76e49e9f430bf74
Signed-off-by: Arthur Heymans <arthur@aheymans.xyz>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/37339
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr>
This commit is contained in:
Arthur Heymans
2019-11-28 16:22:06 +01:00
committed by Kyösti Mälkki
parent 1cb9cd5798
commit 494b031eb7
5 changed files with 1 additions and 9 deletions

View File

@@ -21,7 +21,6 @@ config ARCH_X86
config ARCH_BOOTBLOCK_X86_32
bool
select ARCH_X86
select BOOTBLOCK_CUSTOM if ROMCC_BOOTBLOCK
config ARCH_VERSTAGE_X86_32
bool
@@ -44,7 +43,6 @@ config ARCH_RAMSTAGE_X86_32
config ARCH_BOOTBLOCK_X86_64
bool
select ARCH_X86
select BOOTBLOCK_CUSTOM if ROMCC_BOOTBLOCK
config ARCH_VERSTAGE_X86_64
bool