mb/lenovo/t410: Set default CBFS size

Set the default CBFS size to cover the whole BIOS region.

Change-Id: If719a9cd2897d933df53bd423e71503b832411fe
Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/40776
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Christian Walter <christian.walter@9elements.com>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
This commit is contained in:
Patrick Rudolph 2020-04-28 08:25:45 +02:00 committed by Philipp Deppenwiese
parent 39ea0eab41
commit 477b4f8886
1 changed files with 3 additions and 0 deletions

View File

@ -39,6 +39,9 @@ config VBOOT_VBNV_OFFSET
hex hex
default 0x2a default 0x2a
config CBFS_SIZE
default 0x300000
config FMDFILE config FMDFILE
string string
default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/vboot-rwa.fmd" if VBOOT