diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2012-01-15 02:43:19 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-01-16 12:02:44 -0500 |
commit | b3df857fe6d3fffb108379637ea4a456ce6e09ba (patch) | |
tree | dc5aff8c022d0a7147b7fb40501605c4fa152d07 /vgasrc/clext.c | |
parent | 5f4ce9e9bed74f84b6019524f356f125e0c3036e (diff) | |
download | seabios-b3df857fe6d3fffb108379637ea4a456ce6e09ba.tar.gz |
vgabios: Make VBE code depend on a config setting.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'vgasrc/clext.c')
-rw-r--r-- | vgasrc/clext.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vgasrc/clext.c b/vgasrc/clext.c index eaef60af..f08294ac 100644 --- a/vgasrc/clext.c +++ b/vgasrc/clext.c @@ -736,7 +736,6 @@ clext_init(void) return -1; dprintf(1, "cirrus init 2\n"); - SET_VGA(VBE_enabled, 1); u32 lfb_addr = 0; if (CONFIG_VGA_PCI) lfb_addr = (pci_config_readl(GET_GLOBAL(VgaBDF), PCI_BASE_ADDRESS_0) |