From 80bd8e43b04b21acd1f989779a59e0d69b2158c1 Mon Sep 17 00:00:00 2001 From: Michael Niewöhner Date: Fri, 18 Sep 2020 01:31:53 +0200 Subject: mb/system76/lemp9: correct CBFS_SIZE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The BIOS region size is 0xc00000, not 0xa00000. Correct this. Change-Id: I88cb0d4b9a590a32672054aa0db7f9a92070ff6d Signed-off-by: Michael Niewöhner Reviewed-on: https://review.coreboot.org/c/coreboot/+/45504 Tested-by: build bot (Jenkins) Reviewed-by: Felix Singer --- src/mainboard/system76/lemp9/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/system76/lemp9/Kconfig') diff --git a/src/mainboard/system76/lemp9/Kconfig b/src/mainboard/system76/lemp9/Kconfig index 3e979dd42a..3c844d9f69 100644 --- a/src/mainboard/system76/lemp9/Kconfig +++ b/src/mainboard/system76/lemp9/Kconfig @@ -39,7 +39,7 @@ config MAINBOARD_VERSION config CBFS_SIZE hex - default 0xA00000 + default 0xc00000 config CONSOLE_POST bool -- cgit v1.2.3