Patrick Georgi has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/36925 )
Change subject: mb/google/octopus: Disable fmap cache output for meep ......................................................................
mb/google/octopus: Disable fmap cache output for meep
This makes the cros default config build again.
Change-Id: I52c0c30a14929913ded144bf086c12938e9c2699 Signed-off-by: Patrick Georgi pgeorgi@google.com --- M src/mainboard/google/octopus/Kconfig 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/25/36925/1
diff --git a/src/mainboard/google/octopus/Kconfig b/src/mainboard/google/octopus/Kconfig index f67f642..cdfab61 100644 --- a/src/mainboard/google/octopus/Kconfig +++ b/src/mainboard/google/octopus/Kconfig @@ -129,4 +129,8 @@ default 1 if BOARD_GOOGLE_MEEP default 255 if BOARD_GOOGLE_OCTOPUS
+config SILENT_FMAP_CACHE + bool + default y if BOARD_GOOGLE_MEEP + endif # BOARD_GOOGLE_OCTOPUS