From 0cc82d6e41ebed3cbf64c5750538874ce23a0116 Mon Sep 17 00:00:00 2001 From: Lean Sheng Tan Date: Fri, 3 Jun 2022 09:39:48 +0200 Subject: [PATCH] mb/prodrive/atlas: Increase CBFS size to 8MB Signed-off-by: Lean Sheng Tan Change-Id: I7c50f770c3a7ab261d6ea41f945e2239ba53fd09 Reviewed-on: https://review.coreboot.org/c/coreboot/+/64944 Tested-by: build bot (Jenkins) Reviewed-by: Arthur Heymans --- src/mainboard/prodrive/atlas/Kconfig | 3 +++ 1 file changed, 3 insertions(+) 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