2006-07-30 Johan Rydberg <jrydberg@gnu.org>

* kern/efi/efi.c (grub_efi_set_text_mode): Assume console already
        is in text mode if there is no console control protocol instance
        available.
This commit is contained in:
jrydberg 2006-07-30 12:20:48 +00:00
parent 684a8eff89
commit bc8c036d11
2 changed files with 9 additions and 1 deletions

View file

@ -1,3 +1,9 @@
2006-07-30 Johan Rydberg <jrydberg@gnu.org>
* kern/efi/efi.c (grub_efi_set_text_mode): Assume console already
is in text mode if there is no console control protocol instance
available.
2006-07-29 Vesa Jaaskelainen <chaac@nic.fi>
* include/grub/video.h: Code cleanup.