From 65bbdd696d10f2cd50a4deb876bf82fcb511ca8c Mon Sep 17 00:00:00 2001 From: Felix Held Date: Thu, 2 Sep 2021 23:20:24 +0200 Subject: configs/config.google_meep_cros: don't select ADD_FSP_BINARIES This config selected ADD_FSP_BINARIES even though HAVE_INTEL_FSP_REPO is only defined for Apollolake and not Geminilake that resides in the same SoC directory and uses the same Kconfig file. This results in the paths to the FSP binaries not being defined, in which case the ADD_FSP_BINARIES option shouldn't be selected. Signed-off-by: Felix Held Change-Id: I95123c4930b44a3b76c87768e130eb7359bbf625 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57351 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth --- configs/config.google_meep_cros | 1 - 1 file changed, 1 deletion(-) (limited to 'configs/config.google_meep_cros') diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros index 9911614f16b5..acb0e4cc5945 100644 --- a/configs/config.google_meep_cros +++ b/configs/config.google_meep_cros @@ -22,7 +22,6 @@ CONFIG_ELOG_BOOT_COUNT=y CONFIG_ELOG_BOOT_COUNT_CMOS_OFFSET=144 # Firmware Support Package -CONFIG_ADD_FSP_BINARIES=y # CONFIG_RUN_FSP_GOP is not set # Management Engine -- cgit v1.2.3