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 <felix-coreboot@felixheld.de> Change-Id: I95123c4930b44a3b76c87768e130eb7359bbf625 Reviewed-on: https://review.coreboot.org/c/coreboot/+/57351 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Martin Roth <martinroth@google.com>
This commit is contained in:
parent
dfe253b497
commit
65bbdd696d
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue