summaryrefslogtreecommitdiff
path: root/src/mainboard/supermicro
diff options
context:
space:
mode:
authorMichael Niewöhner <foss@mniewoehner.de>2019-09-18 19:39:37 +0200
committerPatrick Georgi <pgeorgi@google.com>2019-09-20 07:21:16 +0000
commite68da64969fe3cd42b8b83e60d2337777f187620 (patch)
tree24a5e36f8324d422c307738c1098141c06010e8e /src/mainboard/supermicro
parentee9a42af8e09195a91de75f80008f8578d19ea53 (diff)
downloadcoreboot-e68da64969fe3cd42b8b83e60d2337777f187620.tar.xz
mb/supermicro/x11ssh-tf: correct CBFS_SIZE
The specified CBFS_SIZE does not make sense. The boards BIOS region is 0xb00000. Correct the value. Signed-off-by: Michael Niewöhner <foss@mniewoehner.de> Change-Id: Ia3014c7fd081030607790ced6bb55323086f1161 Reviewed-on: https://review.coreboot.org/c/coreboot/+/35458 Reviewed-by: Patrick Rudolph <siro@das-labor.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/supermicro')
-rw-r--r--src/mainboard/supermicro/x11ssh/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/supermicro/x11ssh/Kconfig b/src/mainboard/supermicro/x11ssh/Kconfig
index e6f342d871..dcf6bb9533 100644
--- a/src/mainboard/supermicro/x11ssh/Kconfig
+++ b/src/mainboard/supermicro/x11ssh/Kconfig
@@ -34,7 +34,7 @@ config FMDFILE
config CBFS_SIZE
hex
- default 0x009aa000 if !VBOOT
+ default 0xb00000
config IRQ_SLOT_COUNT
int