Christian Walter has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/34452 )
Change subject: src/mainboard/up/squared: Fix VBOOT on Up Squared ......................................................................
src/mainboard/up/squared: Fix VBOOT on Up Squared
Fix VBOOT on UP Squared thanks to previous VBOOT Patch.
Change-Id: I0ee57f09374c938fa31dae5dc3df03fdac153c77 Signed-off-by: Christian Walter christian.walter@9elements.com --- M src/mainboard/up/squared/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/52/34452/1
diff --git a/src/mainboard/up/squared/Kconfig b/src/mainboard/up/squared/Kconfig index 59bd2ce..fc3c2f5 100644 --- a/src/mainboard/up/squared/Kconfig +++ b/src/mainboard/up/squared/Kconfig @@ -17,6 +17,7 @@
config VBOOT select VBOOT_NO_BOARD_SUPPORT + select VBOOT_MAY_SKIP_DISPLAY_INIT select GBB_FLAG_DISABLE_LID_SHUTDOWN select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC select GBB_FLAG_DISABLE_PD_SOFTWARE_SYNC