Simon Glass has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/79079?usp=email )
Change subject: Disable separate romstage for emulation builds ......................................................................
Disable separate romstage for emulation builds
This does not seem to be useful for use with QEMU. Disable it.
Change-Id: Ic4fa8322dba9b5a46c5a73489cb396199621e068 Signed-off-by: Simon Glass sjg@chromium.org --- M src/Kconfig 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/79/79079/1
diff --git a/src/Kconfig b/src/Kconfig index 5cb9a1a..ac4fa9c 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -245,7 +245,7 @@
config SEPARATE_ROMSTAGE bool "Build a separate romstage" - default y + default y if !VENDOR_EMULATION help Build a separate romstage that is loaded by bootblock. With this option disabled the romstage sources are linked inside the bootblock