diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-12-04 20:44:55 -0700 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-12-05 21:41:33 +0100 |
commit | bc78fcf99dfe573c77ea9f400bbdfe770e706f12 (patch) | |
tree | 5276183edbedcb82597b1c54a478135562e3254c /src/soc/intel/fsp_baytrail | |
parent | bb273162641f20efaa9e019ff9404f726439a431 (diff) |
fsp_baytrail: Kconfig update for Gold 3 FSP
The documentation for the FSP gives the name as BAYTRAIL_FSP.fd instead
of the old FvFsp.bin.
Change-Id: I69c7c5ff49afd6552612cf50c9ca9b30cfb003e2
Signed-off-by: Martin Roth <martin.roth@se-eng.com>
Reviewed-on: http://review.coreboot.org/7648
Tested-by: build bot (Jenkins)
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
Diffstat (limited to 'src/soc/intel/fsp_baytrail')
-rw-r--r-- | src/soc/intel/fsp_baytrail/fsp/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_baytrail/fsp/Kconfig b/src/soc/intel/fsp_baytrail/fsp/Kconfig index 73800d6989..cbe3a95ff0 100644 --- a/src/soc/intel/fsp_baytrail/fsp/Kconfig +++ b/src/soc/intel/fsp_baytrail/fsp/Kconfig @@ -25,7 +25,7 @@ config BAYTRAIL_FSP_SPECIFIC_OPTIONS config FSP_FILE string - default "../intel/fsp/baytrail/FvFsp.bin" + default "../intel/fsp/baytrail/BAYTRAIL_FSP.fd" help The path and filename of the Intel FSP binary for this platform. |