mb/system76/lemp9: correct CBFS_SIZE

The BIOS region size is 0xc00000, not 0xa00000. Correct this.

Change-Id: I88cb0d4b9a590a32672054aa0db7f9a92070ff6d
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/45504
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by:  Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Michael Niewöhner 2020-09-18 01:31:53 +02:00
parent 8b5cd49b5a
commit 80bd8e43b0
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ config MAINBOARD_VERSION
config CBFS_SIZE
hex
default 0xA00000
default 0xc00000
config CONSOLE_POST
bool