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>
This commit is contained in:
parent
dfa23f6d78
commit
1ad487420c
|
@ -44,7 +44,7 @@ config MAINBOARD_PART_NUMBER
|
||||||
|
|
||||||
config CBFS_SIZE
|
config CBFS_SIZE
|
||||||
hex
|
hex
|
||||||
default 0x00800000
|
default 0x00600000
|
||||||
|
|
||||||
config MRC_SETTINGS_CACHE_SIZE
|
config MRC_SETTINGS_CACHE_SIZE
|
||||||
hex
|
hex
|
||||||
|
|
Loading…
Reference in New Issue