mb/google/cyan: Set CBFS_SIZE default to match IFD BIOS size
All cyan-based boards define the size of the BIOS region in their IFD as 6MB in size; it is likewise defined as such in chromeos.fmd. To avoid having to override this in the board's config file when building with a modern payload like edk2, set the default CBFS_SIZE to 6MB as well to avoid issues with the payload not fitting. TEST=build/boot google/edgar w/edk2 payload and default CBFS_SIZE Change-Id: I17122aa2eb9848799c284d13d8c903ad125092b9 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90733 Reviewed-by: Felix Singer <service+coreboot-gerrit@felixsinger.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
72af15f1de
commit
a8737c5f86
1 changed files with 1 additions and 1 deletions
|
|
@ -107,7 +107,7 @@ config OVERRIDE_DEVICETREE
|
|||
default "variants/\$(CONFIG_VARIANT_DIR)/overridetree.cb"
|
||||
|
||||
config CBFS_SIZE
|
||||
default 0x200000
|
||||
default 0x600000
|
||||
|
||||
config MAINBOARD_SMBIOS_MANUFACTURER
|
||||
string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue