diff options
author | Lean Sheng Tan <sheng.tan@9elements.com> | 2022-06-03 09:39:48 +0200 |
---|---|---|
committer | Martin L Roth <gaumless@tutanota.com> | 2022-06-05 21:07:59 +0000 |
commit | 0cc82d6e41ebed3cbf64c5750538874ce23a0116 (patch) | |
tree | 91c5715c3602b48ce8b275f744dfa25af923fbfa /src/mainboard | |
parent | 37a407feadd87efafd4f60e5fbf71d63bab290a5 (diff) |
mb/prodrive/atlas: Increase CBFS size to 8MB
Signed-off-by: Lean Sheng Tan <sheng.tan@9elements.com>
Change-Id: I7c50f770c3a7ab261d6ea41f945e2239ba53fd09
Reviewed-on: https://review.coreboot.org/c/coreboot/+/64944
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Arthur Heymans <arthur@aheymans.xyz>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/prodrive/atlas/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/prodrive/atlas/Kconfig b/src/mainboard/prodrive/atlas/Kconfig index e42bd40c17..a9658f6bc3 100644 --- a/src/mainboard/prodrive/atlas/Kconfig +++ b/src/mainboard/prodrive/atlas/Kconfig @@ -34,4 +34,7 @@ config UART_FOR_CONSOLE int default 0 +config CBFS_SIZE + default 0x800000 + endif #BOARD_PRODRIVE_ATLAS_BASEBOARD |