mb/supermicro/x11ssh-tf: correct CBFS_SIZE

The specified CBFS_SIZE does not make sense.
The boards BIOS region is 0xb00000. Correct the value.

Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Change-Id: Ia3014c7fd081030607790ced6bb55323086f1161
Reviewed-on: https://review.coreboot.org/c/coreboot/+/35458
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Michael Niewöhner 2019-09-18 19:39:37 +02:00 committed by Patrick Georgi
parent ee9a42af8e
commit e68da64969
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ config FMDFILE
config CBFS_SIZE
hex
default 0x009aa000 if !VBOOT
default 0xb00000
config IRQ_SLOT_COUNT
int