mb/google/herobrine: Increase the ROM size to 64 MB

SPI NOR size should match with coreboot ROM size. On QCOM Piglin board SPI
NOR size is 64MB and the default coreboot ROM size is 8MB. So, update the
coreboot ROM size to match with SPI NOR size.

BUG=b:182963902
TEST=Validated on qualcomm sc7280 development board and checked
basic boot up.

Change-Id: I78f3f402b383bbad303f26c31d3d973c5f20d172
Signed-off-by: Shaik Sajida Bhanu <sbhanu@codeaurora.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/55376
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Shelley Chen <shchen@google.com>
This commit is contained in:
Shaik Sajida Bhanu 2021-05-26 12:54:04 +05:30 committed by Shelley Chen
parent bf141981a8
commit 34ac8c614d
1 changed files with 2 additions and 1 deletions

View File

@ -5,7 +5,8 @@ if BOARD_GOOGLE_HEROBRINE_COMMON
config BOARD_SPECIFIC_OPTIONS
def_bool y
select BOARD_ROMSIZE_KB_8192
select BOARD_ROMSIZE_KB_65536 if BOARD_GOOGLE_PIGLIN
select BOARD_ROMSIZE_KB_8192 if !BOARD_GOOGLE_PIGLIN
select COMMON_CBFS_SPI_WRAPPER
select EC_GOOGLE_CHROMEEC if !BOARD_GOOGLE_SENOR
select EC_GOOGLE_CHROMEEC_RTC if !BOARD_GOOGLE_SENOR