From 62b823f69ef65328ceb425f709d739c0397fa2fa Mon Sep 17 00:00:00 2001 From: Subrata Banik Date: Wed, 14 May 2025 18:50:10 +0000 Subject: [PATCH] mb/google/bluey: Increase flash size to 64MB for W25Q512NWEIM This commit updates the flash configuration for the Bluey mainboard to support the 64MB W25Q512NWEIM SPI flash part. Key changes: - Kconfig: The `BOARD_ROMSIZE_KB` selection is changed from 8192 (8MB) to 65536 (64MB). These changes ensure the firmware is built correctly for the larger SPI flash and the flash map accurately reflects the hardware. BUG=b:404985109 TEST=Able to build google/bluey. Running `ls -l` shows that `coreboot.rom` is 64 MB. Change-Id: I5acd476989e94fba4022eeb4e96fa50b459b5766 Signed-off-by: Subrata Banik Reviewed-on: https://review.coreboot.org/c/coreboot/+/87680 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Kapil Porwal --- src/mainboard/google/bluey/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/bluey/Kconfig b/src/mainboard/google/bluey/Kconfig index 765f3cbc50..09f7cae5dd 100644 --- a/src/mainboard/google/bluey/Kconfig +++ b/src/mainboard/google/bluey/Kconfig @@ -2,7 +2,7 @@ config BOARD_GOOGLE_BLUEY_COMMON def_bool n - select BOARD_ROMSIZE_KB_8192 + select BOARD_ROMSIZE_KB_65536 select COMMON_CBFS_SPI_WRAPPER select MAINBOARD_HAS_CHROMEOS select SOC_QUALCOMM_X1P42100