aboutsummaryrefslogtreecommitdiff
path: root/src/biosvar.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-08-25 21:07:48 -0400
committerKevin O'Connor <kevin@koconnor.net>2010-08-25 21:07:48 -0400
commit9a01a9c3eb336eca37c17fd74c79806ee0bda05b (patch)
treeafc50bfed012716de1a344aab1d5756ae39ca200 /src/biosvar.h
parent5feb83c8a55744397b4dd208fb4016a5c051222e (diff)
downloadseabios-hppa-9a01a9c3eb336eca37c17fd74c79806ee0bda05b.zip
seabios-hppa-9a01a9c3eb336eca37c17fd74c79806ee0bda05b.tar.gz
seabios-hppa-9a01a9c3eb336eca37c17fd74c79806ee0bda05b.tar.bz2
Only show bootsplash during boot menu.
When the bootsplash picture is shown, it's not possible to see text. So, only display the picture while prompting the user for the boot menu.
Diffstat (limited to 'src/biosvar.h')
-rw-r--r--src/biosvar.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/biosvar.h b/src/biosvar.h
index 415f958..2b755e3 100644
--- a/src/biosvar.h
+++ b/src/biosvar.h
@@ -222,7 +222,6 @@ struct extended_bios_data_area_s {
u8 other2[0xC4];
// 0x121 - Begin custom storage.
- u8 bootsplash_active;
u8 ps2ctr;
struct usbkeyinfo usbkey_last;