fsp_baytrail: remove version from default vbios path
Intel requested that we remove the version number from the default vbios path. Change-Id: I2590fed0db157e3e430212336fc55eb099d28a72 Signed-off-by: Martin Roth <martin.roth@se-eng.com> Reviewed-on: http://review.coreboot.org/5984 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
parent
d866e5872d
commit
0baaa2d5a7
|
@ -154,7 +154,7 @@ config ENABLE_BUILTIN_COM1
|
|||
|
||||
config VGA_BIOS_FILE
|
||||
string
|
||||
default "../intel/cpu/baytrail/vbios/Baytrail_I_36_2_2/Vga.dat" if VGA_BIOS
|
||||
default "../intel/cpu/baytrail/vbios/Vga.dat" if VGA_BIOS
|
||||
|
||||
## Baytrail Specific FSP Kconfig
|
||||
source src/soc/intel/fsp_baytrail/fsp/Kconfig
|
||||
|
|
Loading…
Reference in New Issue