diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2019-04-30 11:10:03 -0500 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2019-05-01 18:51:22 +0000 |
commit | 7144702f8340ff09d85c0a780b71f94dfac5d7ea (patch) | |
tree | ff3c7bc6e46bbd5aa7a4b8f6e3458a830b1d3e35 /src/mainboard/intel | |
parent | 37b26261cc56bbb4ea423e1834071847c372dacf (diff) | |
download | coreboot-7144702f8340ff09d85c0a780b71f94dfac5d7ea.tar.xz |
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>
Diffstat (limited to 'src/mainboard/intel')
-rw-r--r-- | src/mainboard/intel/strago/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/mainboard/intel/strago/Kconfig b/src/mainboard/intel/strago/Kconfig index 4aa7640974..da04d78a05 100644 --- a/src/mainboard/intel/strago/Kconfig +++ b/src/mainboard/intel/strago/Kconfig @@ -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 |