diff options
author | Tim Crawford <tcrawford@system76.com> | 2023-07-12 16:52:25 -0600 |
---|---|---|
committer | Martin L Roth <gaumless@gmail.com> | 2023-07-14 15:26:22 +0000 |
commit | ca75c8f8c185415a7b9f29734db827f779cc84f4 (patch) | |
tree | ef0d0120bdcbffcb2fa5121bb6c8d5e8a7993cf7 /src/mainboard/system76/oryp6 | |
parent | a0bd3e9a972908c428677b2c1541d16ddf9e77a0 (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/oryp6')
-rw-r--r-- | src/mainboard/system76/oryp6/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/system76/oryp6/Kconfig b/src/mainboard/system76/oryp6/Kconfig index 85eb9d1b98..6437e7776d 100644 --- a/src/mainboard/system76/oryp6/Kconfig +++ b/src/mainboard/system76/oryp6/Kconfig @@ -50,7 +50,7 @@ config MAINBOARD_VERSION default "oryp7" if BOARD_SYSTEM76_ORYP7 config CBFS_SIZE - default 0xA00000 + default 0xc00000 config CONSOLE_POST default y |