diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2020-06-24 20:12:31 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2020-06-25 20:36:01 +0000 |
commit | cd36c52d789017ca7b0c29530e04cb8278cdd2ff (patch) | |
tree | e7fc83a25197123735658c7c3301bcf7eb1a356a /src/mainboard/amd | |
parent | 79d41263d97f8d11c0e3675b4cc89fa63d3eedf4 (diff) |
mb/amd/mandolin: add missing Kconfig type to CBFS_SIZE option
Change-Id: Ia4226537d17bb3732086980fb4e8de6bd1eaedbb
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/42780
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/mandolin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/amd/mandolin/Kconfig b/src/mainboard/amd/mandolin/Kconfig index 29fd00779d..f25fa8a44a 100644 --- a/src/mainboard/amd/mandolin/Kconfig +++ b/src/mainboard/amd/mandolin/Kconfig @@ -27,6 +27,7 @@ config AMD_LPC_DEBUG_CARD Note that Kconfig does not currently enforce this restriction. config CBFS_SIZE + hex default 0x7cf000 # Maximum size for the Mandolin FMAP config MAINBOARD_DIR |