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:
parent
8b5cd49b5a
commit
80bd8e43b0
|
@ -39,7 +39,7 @@ config MAINBOARD_VERSION
|
|||
|
||||
config CBFS_SIZE
|
||||
hex
|
||||
default 0xA00000
|
||||
default 0xc00000
|
||||
|
||||
config CONSOLE_POST
|
||||
bool
|
||||
|
|
Loading…
Reference in New Issue