2008-11-19 Robert Millan <rmh@aybabtu.com>

* kern/i386/coreboot/init.c (grub_time_tics): Remove variable.
        (grub_get_rtc, grub_exit): Abort with grub_fatal() if called.
This commit is contained in:
robertmh 2008-11-20 18:07:10 +00:00
parent 9290711060
commit 3cf6ac19e1
2 changed files with 7 additions and 6 deletions

View file

@ -1,3 +1,8 @@
2008-11-19 Robert Millan <rmh@aybabtu.com>
* kern/i386/coreboot/init.c (grub_time_tics): Remove variable.
(grub_get_rtc, grub_exit): Abort with grub_fatal() if called.
2008-11-19 Robert Millan <rmh@aybabtu.com>
* loader/i386/pc/linux.c (grub_rescue_cmd_initrd): Fix a typo.