bootblock: Support normal/fallback mechanism again
Change-Id: I7395e62f6682f4ef123da10ac125127a57711ec6 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/37760 Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: HAOUAS Elyes <ehaouas@noos.fr> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
committed by
Patrick Georgi
parent
12b1d7df70
commit
b8d575c644
@@ -232,11 +232,10 @@ config ROMSTAGE_DEBUG_SPINLOOP
|
||||
Add a spin (JMP .) in assembly_entry.S during early romstage to wait
|
||||
for a JTAG debugger to break into the execution sequence.
|
||||
|
||||
# Selecting a cbfs prefix from the bootblock is only implemented with romcc
|
||||
choice
|
||||
prompt "Bootblock behaviour"
|
||||
default BOOTBLOCK_SIMPLE
|
||||
depends on ROMCC_BOOTBLOCK
|
||||
depends on !VBOOT
|
||||
|
||||
config BOOTBLOCK_SIMPLE
|
||||
bool "Always load fallback"
|
||||
|
Reference in New Issue
Block a user