diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-04-14 13:35:38 +0200 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2014-04-14 13:35:38 +0200 |
commit | ff89d758b1f4058631c652394c1ceb988c908db5 (patch) | |
tree | e3a064138a23390308a21519191b5509fd4d7c4d | |
parent | 7489c702978927761ba8f1e57d01ee0da6b80470 (diff) | |
download | coreboot-ff89d758b1f4058631c652394c1ceb988c908db5.tar.gz |
fix framebuffer config
-rw-r--r-- | config.i440fx.seabios | 2 | ||||
-rw-r--r-- | config.q35.seabios | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config.i440fx.seabios b/config.i440fx.seabios index 87e62a5..08435b4 100644 --- a/config.i440fx.seabios +++ b/config.i440fx.seabios @@ -15,4 +15,4 @@ 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.bin" CONFIG_VGA_BIOS_ID="1234,1111" -FRAMEBUFFER_KEEP_VESA_MODE=y +CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y diff --git a/config.q35.seabios b/config.q35.seabios index fc16276..f663a9b 100644 --- a/config.q35.seabios +++ b/config.q35.seabios @@ -15,4 +15,4 @@ 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.bin" CONFIG_VGA_BIOS_ID="1234,1111" -FRAMEBUFFER_KEEP_VESA_MODE=y +CONFIG_FRAMEBUFFER_KEEP_VESA_MODE=y |