From fc9f828ac07a0df029ba0ade4e3c14340f3cf17c Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Thu, 4 Dec 2025 05:52:50 +0000 Subject: [PATCH] mainboard/google/bluey: Select VBOOT_ALWAYS_ENABLE_DISPLAY This change ensures that the display is always enabled for the Google Bluey mainboard as firmware splash screen is POR for this device.. This change helps to avoid an additional reset while doing EC sync operation by payload. BUG=none BRANCH=none TEST=Able to avoid one additional resets during EC SW sync. Change-Id: If1d8788cbbd72d6bc4397b1b7160e9f4669716db Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/90361 Tested-by: build bot (Jenkins) Reviewed-by: Kapil Porwal --- src/mainboard/google/bluey/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/google/bluey/Kconfig b/src/mainboard/google/bluey/Kconfig index 53f6de67d8..249990c9f8 100644 --- a/src/mainboard/google/bluey/Kconfig +++ b/src/mainboard/google/bluey/Kconfig @@ -119,6 +119,7 @@ config MAINBOARD_VENDOR default "Google" config VBOOT + select VBOOT_ALWAYS_ENABLE_DISPLAY select VBOOT_NO_BOARD_SUPPORT if BOARD_GOOGLE_MODEL_BLUEY select VBOOT_VBNV_FLASH