diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2010-08-25 21:07:48 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2010-08-25 21:07:48 -0400 |
commit | 9a01a9c3eb336eca37c17fd74c79806ee0bda05b (patch) | |
tree | afc50bfed012716de1a344aab1d5756ae39ca200 /src/biosvar.h | |
parent | 5feb83c8a55744397b4dd208fb4016a5c051222e (diff) | |
download | seabios-9a01a9c3eb336eca37c17fd74c79806ee0bda05b.tar.gz |
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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/biosvar.h b/src/biosvar.h index 415f9581..2b755e3f 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; |