diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2020-06-23 01:08:46 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-24 19:01:21 +0000 |
commit | f9d3d33a55f83661057125223b762ac5cf92401d (patch) | |
tree | e2bec456d4463c40ac9ebe45421e9c113d411f61 /src/mainboard/amd/mandolin/Kconfig | |
parent | d92d0e24ae47a2e0fcb0bd580056fe9aa8369d60 (diff) | |
download | coreboot-f9d3d33a55f83661057125223b762ac5cf92401d.tar.xz |
mb/amd/mandolin: maximize CBFS size
Change-Id: Ib829da0972bb7ec98f66fe8fe683289d91ad58dc
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42706
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Raul Rangel <rrangel@chromium.org>
Diffstat (limited to 'src/mainboard/amd/mandolin/Kconfig')
-rw-r--r-- | src/mainboard/amd/mandolin/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig index 6ec77bf01d..a087b5951b 100644 --- a/src/mainboard/amd/mandolin/Kconfig +++ b/src/mainboard/amd/mandolin/Kconfig @@ -27,9 +27,7 @@ config AMD_LPC_DEBUG_CARD Note that Kconfig does not currently enforce this restriction. config CBFS_SIZE - default 0x780000 - help - TODO: Adjust this to maximize CBFS size + default 0x7cf000 # Maximum size for the Mandolin FMAP config MAINBOARD_DIR string |