summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrans Hendriks <fhendriks@eltan.com>2021-04-07 12:11:04 +0200
committerPatrick Georgi <pgeorgi@google.com>2021-04-16 06:53:16 +0000
commit1ad487420c84455646cc7a7034f39cc904ed1b44 (patch)
tree2599bbe96606daeaaa6bd57f3f77baa966faea69
parentdfa23f6d784e526825654a67d06c2397be8b4046 (diff)
downloadcoreboot-1ad487420c84455646cc7a7034f39cc904ed1b44.tar.gz
coreboot-1ad487420c84455646cc7a7034f39cc904ed1b44.tar.bz2
coreboot-1ad487420c84455646cc7a7034f39cc904ed1b44.zip
mb/portwell/m107/Kconfig: Reduce CBFS_SIZE
CBFS size equals flash size, leaving no space for descriptor and ME. Reduce CBFS_SIZE. BUG = N/A TEST = Build and boot Portwell M107 Signed-off-by: Frans Hendriks <fhendriks@eltan.com> Change-Id: Ida5a248edf4f602c4a106ae29d706e732ef8454f Reviewed-on: https://review.coreboot.org/c/coreboot/+/52155 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Erik van den Bogaert <ebogaert@eltan.com> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
-rw-r--r--src/mainboard/portwell/m107/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/portwell/m107/Kconfig b/src/mainboard/portwell/m107/Kconfig
index 34adfd1b91c3..59a4bddb75b4 100644
--- a/src/mainboard/portwell/m107/Kconfig
+++ b/src/mainboard/portwell/m107/Kconfig
@@ -44,7 +44,7 @@ config MAINBOARD_PART_NUMBER
config CBFS_SIZE
hex
- default 0x00800000
+ default 0x00600000
config MRC_SETTINGS_CACHE_SIZE
hex