diff options
author | Nils <njacobs8@adsltotaal.nl> | 2012-01-14 12:11:41 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2012-01-14 12:11:41 -0500 |
commit | 31eabf9ba842612e7c525489ab2a6b60bba10ea0 (patch) | |
tree | 1a10c2149b65fded51857e2b63d6f603f1d07841 /vgasrc/vgabios.c | |
parent | b93739776593eb470bd18ce8f8b028054cee0e3d (diff) | |
download | seabios-hppa-31eabf9ba842612e7c525489ab2a6b60bba10ea0.zip seabios-hppa-31eabf9ba842612e7c525489ab2a6b60bba10ea0.tar.gz seabios-hppa-31eabf9ba842612e7c525489ab2a6b60bba10ea0.tar.bz2 |
vgabios: Make the naming in the LX code generic to Geode.
Signed-off-by: Nils Jacobs <njacobs8 at adsltotaal.nl>
Diffstat (limited to 'vgasrc/vgabios.c')
-rw-r--r-- | vgasrc/vgabios.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vgasrc/vgabios.c b/vgasrc/vgabios.c index 7d558c1..063a2fd 100644 --- a/vgasrc/vgabios.c +++ b/vgasrc/vgabios.c @@ -18,7 +18,7 @@ #include "optionroms.h" // struct pci_data #include "config.h" // CONFIG_* #include "stdvga.h" // stdvga_set_mode -#include "geodelx.h" // geodelx_init +#include "geodevga.h" // geodevga_init #include "bochsvga.h" // bochsvga_init #include "clext.h" // clext_init #include "vgahw.h" // vgahw_set_mode |