[coreboot-gerrit] New patch to review for coreboot: ab74ca9 fsp_baytrail: remove version from default vbios path

Martin Roth (gaumless@gmail.com) gerrit at coreboot.org
Thu Jun 12 20:20:46 CEST 2014


Martin Roth (gaumless at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5984

-gerrit

commit ab74ca954dff0f1fc6384f340a6cabcba77e1cf5
Author: Martin Roth <martin.roth at se-eng.com>
Date:   Thu Jun 12 12:20:26 2014 -0600

    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 at se-eng.com>
---
 src/soc/intel/fsp_baytrail/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/soc/intel/fsp_baytrail/Kconfig b/src/soc/intel/fsp_baytrail/Kconfig
index 220edf7..870147e 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



More information about the coreboot-gerrit mailing list