mb/google/bluey: Enable 4-byte addressing mode
This patch selects `SPI_FLASH_FORCE_4_BYTE_ADDR_MODE` Kconfig option, to enable 4-byte addressing for SPI flash devices. BUG=b:417900125 TEST=Able to build google/bluey. Change-Id: If7f651c2a59637c12ab07367f2680359446d823d Signed-off-by: Subrata Banik <subratabanik@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/88093 Reviewed-by: Kapil Porwal <kapilporwal@google.com> Reviewed-by: David Hendricks <david.hendricks@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
5568bee055
commit
3e0d8a2f2c
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ config BOARD_GOOGLE_BLUEY_COMMON
|
|||
select MAINBOARD_HAS_CHROMEOS
|
||||
select SOC_QUALCOMM_X1P42100
|
||||
select SPI_FLASH
|
||||
select SPI_FLASH_EXIT_4_BYTE_ADDR_MODE
|
||||
select SPI_FLASH_FORCE_4_BYTE_ADDR_MODE
|
||||
select SPI_FLASH_WINBOND
|
||||
|
||||
config BOARD_GOOGLE_BASEBOARD_BLUEY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue