Attention is currently required from: Martin L Roth.
Hello Jason Glenesk, build bot (Jenkins), Paul Menzel, Elyes Haouas,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/71840
to look at the new patch set (#4).
Change subject: configs/google_skyrim.no_video: Fix typo and regenerate ......................................................................
configs/google_skyrim.no_video: Fix typo and regenerate
There was a typo in the config disabling bootblock should have been:
# CONFIG_VBOOT_STARTS_BEFORE_BOOTBLOCK is not set
As the line moved, it is the missing underscore after CONFIG, preventing it from working as intended.
The other changes are updates to allow it to match what we get by copying it to .config, then running:
make olddefconfig; make savedefconfig
Change-Id: Ic41a91e0a6ecd254a86d0872da19a0d4d321b8e3 Signed-off-by: Martin Roth gaumless@gmail.com --- M configs/config.google_skyrim.no_video 1 file changed, 29 insertions(+), 2 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/40/71840/4