diff options
author | Martin Roth <martin.roth@se-eng.com> | 2014-06-12 12:20:26 -0600 |
---|---|---|
committer | Martin Roth <gaumless@gmail.com> | 2014-06-13 23:32:49 +0200 |
commit | 0baaa2d5a71a2aae6e1b5a4a2fbe9a6abe0d359a (patch) | |
tree | 9318f978eb42d82d5dff6ded513380e056f89a9a | |
parent | d866e5872d5570fded81a4d392884725009a17dd (diff) |
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>
-rw-r--r-- | src/soc/intel/fsp_baytrail/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig index 220edf79eb..870147e99c 100644 --- a/src/soc/intel/fsp_baytrail/Kconfig +++ b/src/soc/intel/fsp_baytrail/Kconfig @@ -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 |