diff options
author | Frans Hendriks <fhendriks@eltan.com> | 2021-04-07 12:11:04 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2021-04-16 06:53:16 +0000 |
commit | 1ad487420c84455646cc7a7034f39cc904ed1b44 (patch) | |
tree | 2599bbe96606daeaaa6bd57f3f77baa966faea69 /src/mainboard/portwell | |
parent | dfa23f6d784e526825654a67d06c2397be8b4046 (diff) |
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>
Diffstat (limited to 'src/mainboard/portwell')
-rw-r--r-- | src/mainboard/portwell/m107/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/portwell/m107/Kconfig b/src/mainboard/portwell/m107/Kconfig index 34adfd1b91..59a4bddb75 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 |