summaryrefslogtreecommitdiffstats
path: root/src/mainboard/asrock/b85m_pro4/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-10-15 20:57:17 +0200
committerAngel Pons <th3fanbus@gmail.com>2020-10-20 11:04:59 +0000
commitdbe8415245ebf31336b11c31cf8dcbb247e33384 (patch)
tree3ddb6c084e7ac62c7774e918965cb49b7ac62d49 /src/mainboard/asrock/b85m_pro4/Kconfig
parent14ee0f94f3881dd281fb80483446eb016b8ee18c (diff)
downloadcoreboot-dbe8415245ebf31336b11c31cf8dcbb247e33384.tar.gz
coreboot-dbe8415245ebf31336b11c31cf8dcbb247e33384.tar.bz2
coreboot-dbe8415245ebf31336b11c31cf8dcbb247e33384.zip
mb/asrock/b85m_pro4/Kconfig: Default to 2 MiB CBFS
I often find myself having to increase the CBFS size so that TianoCore fits. Raise the default CBFS size to 2 MiB to alleviate this issue. Change-Id: I871bb95dee55cc5bad68bb6e71f89ddfa4823497 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/46488 Reviewed-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-by: Felix Singer <felixsinger@posteo.net> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/asrock/b85m_pro4/Kconfig')
-rw-r--r--src/mainboard/asrock/b85m_pro4/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/asrock/b85m_pro4/Kconfig b/src/mainboard/asrock/b85m_pro4/Kconfig
index 844604afc839..f55cf0942384 100644
--- a/src/mainboard/asrock/b85m_pro4/Kconfig
+++ b/src/mainboard/asrock/b85m_pro4/Kconfig
@@ -18,6 +18,10 @@ config BOARD_SPECIFIC_OPTIONS
select SOUTHBRIDGE_INTEL_LYNXPOINT
select SUPERIO_NUVOTON_NCT6776
+config CBFS_SIZE
+ hex
+ default 0x200000
+
config MAINBOARD_DIR
string
default "asrock/b85m_pro4"