diff options
-rwxr-xr-x | getseabios | 8 | ||||
-rw-r--r-- | resources/seabios/config/config | 3 |
2 files changed, 1 insertions, 10 deletions
@@ -38,13 +38,7 @@ cd seabios # Reset to the last commit that was tested # -------------------------------------------------------------------------------- -# -# commit 275672eb70efdf81c51b997d41a4409b404aa8f6 -# Author: Markus Armbruster <armbru@redhat.com> -# Date: Fri Aug 15 08:58:17 2014 +0200 -# - -git reset --hard 275672eb70efdf81c51b997d41a4409b404aa8f6 +git reset --hard 67d1fbef0f630e1e823f137d1bae7fa5790bcf4e # Apply patches # -------------------------------------------------------------------------------- diff --git a/resources/seabios/config/config b/resources/seabios/config/config index 4ef81379..8c7f580d 100644 --- a/resources/seabios/config/config +++ b/resources/seabios/config/config @@ -70,9 +70,6 @@ CONFIG_VGAHOOKS=y # VGA ROM # # CONFIG_NO_VGABIOS is not set -# CONFIG_VGA_STANDARD_VGA is not set -# CONFIG_VGA_CIRRUS is not set -# CONFIG_VGA_BOCHS is not set # CONFIG_VGA_GEODEGX2 is not set # CONFIG_VGA_GEODELX is not set CONFIG_VGA_COREBOOT=y |