summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@google.com>2019-11-19 12:24:02 +0100
committerPatrick Georgi <pgeorgi@google.com>2019-11-19 12:56:19 +0000
commit2141bbbd4a1e41747a7ce7b047c4d81cc5b2cd29 (patch)
treeb0299e8931734615efd3c44d6924cbc4a66d5166
parenta9112169267b209e72d5cf274fddb53f5febd7d2 (diff)
downloadcoreboot-2141bbbd4a1e41747a7ce7b047c4d81cc5b2cd29.tar.gz
coreboot-2141bbbd4a1e41747a7ce7b047c4d81cc5b2cd29.tar.bz2
coreboot-2141bbbd4a1e41747a7ce7b047c4d81cc5b2cd29.zip
mb/google/octopus: Disable fmap cache for meep
By removing this code, we get approximately back to where the board was before the fmap cache feature was added, which is small enough for the Chromium OS default configuration for the board to fit into the 32KB that the bootblock can use on the chipset again. Change-Id: I52c0c30a14929913ded144bf086c12938e9c2699 Signed-off-by: Patrick Georgi <pgeorgi@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/36925 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r--src/mainboard/google/octopus/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig
index f67f64272ca6..d712600158e5 100644
--- a/src/mainboard/google/octopus/Kconfig
+++ b/src/mainboard/google/octopus/Kconfig
@@ -22,6 +22,7 @@ config BOARD_GOOGLE_BASEBOARD_OCTOPUS
select MAINBOARD_HAS_SPI_TPM_CR50
select MAINBOARD_HAS_TPM2
select GOOGLE_SMBIOS_MAINBOARD_VERSION
+ select NO_FMAP_CACHE if BOARD_GOOGLE_MEEP
if BOARD_GOOGLE_BASEBOARD_OCTOPUS