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>
This commit is contained in:
parent
bb27316264
commit
bc78fcf99d
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue