aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/system76/bonw14
diff options
context:
space:
mode:
authorTim Crawford <tcrawford@system76.com>2023-07-12 16:52:25 -0600
committerMartin L Roth <gaumless@gmail.com>2023-07-14 15:26:22 +0000
commitca75c8f8c185415a7b9f29734db827f779cc84f4 (patch)
treeef0d0120bdcbffcb2fa5121bb6c8d5e8a7993cf7 /src/mainboard/system76/bonw14
parenta0bd3e9a972908c428677b2c1541d16ddf9e77a0 (diff)
mb/system76: Fix CBFS_SIZE value
Change `CBFS_SIZE` to match the actual BIOS region size, as specified in the FIT XML config. Fixes building with `VALIDATE_INTEL_DESCRIPTOR` selected. Change-Id: I91a46b3ed6cc3161df27eed19d8cdf2820e90d7e Signed-off-by: Tim Crawford <tcrawford@system76.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/76326 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/system76/bonw14')
-rw-r--r--src/mainboard/system76/bonw14/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/bonw14/Kconfig b/src/mainboard/system76/bonw14/Kconfig
index 570cb3b28d..32eae45b3d 100644
--- a/src/mainboard/system76/bonw14/Kconfig
+++ b/src/mainboard/system76/bonw14/Kconfig
@@ -39,7 +39,7 @@ config MAINBOARD_VERSION
default "bonw14"
config CBFS_SIZE
- default 0xA00000
+ default 0xc00000
config CONSOLE_POST
default y