diff options
author | Felix Held <felix.held@amd.corp-partner.google.com> | 2021-09-02 23:20:24 +0200 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2021-09-04 18:33:29 +0000 |
commit | 65bbdd696d10f2cd50a4deb876bf82fcb511ca8c (patch) | |
tree | 57ad4693856ea9edbbbe3f1669e42eb829899c23 /configs | |
parent | dfe253b49793347aad0aec5af409daba0c3cc238 (diff) |
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>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/config.google_meep_cros | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configs/config.google_meep_cros b/configs/config.google_meep_cros index 9911614f16..acb0e4cc59 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 |