From 46399b5f8d776202239f609278f20b13b026d88e Mon Sep 17 00:00:00 2001 From: Furquan Shaikh Date: Fri, 5 Jun 2020 08:59:08 -0700 Subject: mb/google/zork: Set FMDFILE for zork family This change sets FMDFILE for zork family so that coreboot builds pick up the right flash layout. BUG=b:155990176 Change-Id: Ia1673622ccd14a2ff7bde555ed33d5b51cf4272a Signed-off-by: Furquan Shaikh Reviewed-on: https://review.coreboot.org/c/coreboot/+/42106 Reviewed-by: Aaron Durbin Reviewed-by: Raul Rangel Tested-by: build bot (Jenkins) --- src/mainboard/google/zork/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/mainboard/google/zork') diff --git a/src/mainboard/google/zork/Kconfig b/src/mainboard/google/zork/Kconfig index 9a2e3733ae..302ad8bdd2 100644 --- a/src/mainboard/google/zork/Kconfig +++ b/src/mainboard/google/zork/Kconfig @@ -39,6 +39,12 @@ config BOARD_SPECIFIC_OPTIONS select HAVE_ACPI_RESUME select DRIVERS_USB_ACPI +# FMDFILE is set here so that coreboot build picks up this flash map layout +# even when CHROMEOS is not selected when building upstream. +config FMDFILE + string + default "src/mainboard/$(CONFIG_MAINBOARD_DIR)/chromeos.fmd" + config MAINBOARD_DIR string default google/zork -- cgit v1.2.3