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 <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/87680 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@mailbox.org> Reviewed-by: Kapil Porwal <kapilporwal@google.com>
This commit is contained in:
parent
276eb20b04
commit
62b823f69e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue