google/cyan,intel/strago: increase default CBFS size
a 1M CBFS size is inadequate when adding the FSP binary to image due to default FSP location in CBFS, so bump to 2M to ensure autobuilds succeed. Change-Id: I0683bea43cc71fad32bc42bfbd72f3913256d53c Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/32525 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com> Reviewed-by: Nico Huber <nico.h@gmx.de>
This commit is contained in:
parent
37b26261cc
commit
7144702f83
2 changed files with 9 additions and 0 deletions
|
@ -107,4 +107,8 @@ config GBB_HWID
|
|||
default "ULTIMA TEST A-A 6017" if BOARD_GOOGLE_ULTIMA
|
||||
default "WIZPIG TEST A-A 0597" if BOARD_GOOGLE_WIZPIG
|
||||
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
default 0x200000
|
||||
|
||||
endif # BOARD_GOOGLE_BASEBOARD_CYAN
|
||||
|
|
|
@ -58,4 +58,9 @@ config GBB_HWID
|
|||
string
|
||||
depends on CHROMEOS
|
||||
default "STRAGO TEST A-A 9657"
|
||||
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
default 0x200000
|
||||
|
||||
endif # BOARD_INTEL_STRAGO
|
||||
|
|
Loading…
Reference in a new issue