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 <furquan@google.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/42106 Reviewed-by: Aaron Durbin <adurbin@chromium.org> Reviewed-by: Raul Rangel <rrangel@chromium.org> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
2778420f7f
commit
46399b5f8d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue