aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/google
diff options
context:
space:
mode:
authorMathew King <mathewk@chromium.org>2021-01-15 12:28:53 -0700
committerPatrick Georgi <pgeorgi@google.com>2021-01-21 11:03:26 +0000
commitb35b823a59be50e26fc1eb90c25674a7f1cb0cad (patch)
treef49cd95bfc7ca2ec6cea2813b2eaaa2d4b5ce3e2 /src/mainboard/google
parent8583191e8a9273363b2bbc16d4d2d7a9a990cc5b (diff)
mb/google/guybrush: Add default FMD file to the build
BUG=b:175143925 TEST=builds; binary has correct layout Signed-off-by: Mathew King <mathewk@chromium.org> Change-Id: I4f3826c8ed0dfd7219eaa5f0cc285f1fe89a4e1d Reviewed-on: https://review.coreboot.org/c/coreboot/+/49491 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
Diffstat (limited to 'src/mainboard/google')
-rw-r--r--src/mainboard/google/guybrush/Kconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mainboard/google/guybrush/Kconfig b/src/mainboard/google/guybrush/Kconfig
index 40460e2dbd..21ffe75fbc 100644
--- a/src/mainboard/google/guybrush/Kconfig
+++ b/src/mainboard/google/guybrush/Kconfig
@@ -9,6 +9,10 @@ config BOARD_SPECIFIC_OPTIONS
def_bool y
select SOC_AMD_CEZANNE
+config FMDFILE
+ string
+ default "src/mainboard/\$(CONFIG_MAINBOARD_DIR)/chromeos.fmd"
+
config MAINBOARD_DIR
string
default "google/guybrush"