aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2020-09-18 01:31:53 +0200
committerMichael Niewöhner <foss@mniewoehner.de>2020-09-20 21:32:32 +0000
commit80bd8e43b04b21acd1f989779a59e0d69b2158c1 (patch)
tree1d6a238b2c6cf330009ccffd602802adb9c43198 /src/mainboard/system76
parent8b5cd49b5a99e888c4fa2b5a4c0bfe0eb4a58271 (diff)
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>
Diffstat (limited to 'src/mainboard/system76')
-rw-r--r--src/mainboard/system76/lemp9/Kconfig2
1 files changed, 1 insertions, 1 deletions
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