From 60f10adcd81ffe06577c2896b10a4cec9508ea13 Mon Sep 17 00:00:00 2001 From: Gerd Hoffmann Date: Mon, 14 Apr 2014 13:02:52 +0200 Subject: fix vgabios name --- config.i440fx.seabios | 2 +- config.q35.seabios | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config.i440fx.seabios b/config.i440fx.seabios index 1925d29..ea88ba1 100644 --- a/config.i440fx.seabios +++ b/config.i440fx.seabios @@ -13,6 +13,6 @@ CONFIG_PAYLOAD_ELF=y CONFIG_PAYLOAD_FILE="/usr/share/seabios.git-coreboot/bios-coreboot.elf" CONFIG_VGA_BIOS=y -CONFIG_VGA_BIOS_FILE="/usr/share/seabios.git-coreboot/vgabios-coreboot.elf" +CONFIG_VGA_BIOS_FILE="/usr/share/seabios.git-coreboot/vgabios-coreboot.bin" CONFIG_VGA_BIOS_ID="coreboot" FRAMEBUFFER_KEEP_VESA_MODE=y diff --git a/config.q35.seabios b/config.q35.seabios index ddab5e7..fe4cb26 100644 --- a/config.q35.seabios +++ b/config.q35.seabios @@ -13,6 +13,6 @@ CONFIG_PAYLOAD_ELF=y CONFIG_PAYLOAD_FILE="/usr/share/seabios.git-coreboot/bios-coreboot.elf" CONFIG_VGA_BIOS=y -CONFIG_VGA_BIOS_FILE="/usr/share/seabios.git-coreboot/vgabios-coreboot.elf" +CONFIG_VGA_BIOS_FILE="/usr/share/seabios.git-coreboot/vgabios-coreboot.bin" CONFIG_VGA_BIOS_ID="coreboot" FRAMEBUFFER_KEEP_VESA_MODE=y -- cgit