From 830ec89bca967927a2dbbb78a24dba03624714eb Mon Sep 17 00:00:00 2001 From: Kapil Porwal Date: Wed, 1 Oct 2025 16:24:50 +0530 Subject: [PATCH] mb/google/bluey: Update mainboard part number for QuenbiH MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit BUG=none TEST=Verify FDT match for Google/QuenbiH. Change-Id: I799b6b4143d582c3e6a6bdd2048a04457155b1ac Signed-off-by: Kapil Porwal Reviewed-on: https://review.coreboot.org/c/coreboot/+/89395 Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik Reviewed-by: Kornel Dulęba --- src/mainboard/google/bluey/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mainboard/google/bluey/Kconfig b/src/mainboard/google/bluey/Kconfig index b3e8cc0637..0decb59ef2 100644 --- a/src/mainboard/google/bluey/Kconfig +++ b/src/mainboard/google/bluey/Kconfig @@ -123,7 +123,8 @@ config VBOOT config MAINBOARD_PART_NUMBER default "Bluey" if BOARD_GOOGLE_MODEL_BLUEY - default "Quenbi" if BOARD_GOOGLE_MODEL_QUENBI + default "Quenbi" if BOARD_GOOGLE_QUENBI + default "QuenbiH" if BOARD_GOOGLE_QUENBIH default "Quartz" if BOARD_GOOGLE_MODEL_QUARTZ config DRIVER_TPM_I2C_BUS