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:
committed by
Kyösti Mälkki
parent
1cb9cd5798
commit
494b031eb7
@ -5,7 +5,7 @@ config NO_BOOTBLOCK_CONSOLE
|
||||
|
||||
config BOOTBLOCK_CONSOLE
|
||||
bool "Enable early (bootblock) console output."
|
||||
depends on !ROMCC_BOOTBLOCK && !NO_BOOTBLOCK_CONSOLE
|
||||
depends on !NO_BOOTBLOCK_CONSOLE
|
||||
default y
|
||||
help
|
||||
Use console during the bootblock if supported
|
||||
|
Reference in New Issue
Block a user