Leif's API fixes

This commit is contained in:
Leif Lindholm 2013-05-03 15:07:39 +02:00 committed by Vladimir 'phcoder' Serbinenko
parent bb9f92b9b1
commit b385e0723b
11 changed files with 217 additions and 387 deletions

View file

@ -25,6 +25,6 @@ grub_reboot (void)
{
grub_machine_fini ();
uboot_reset ();
grub_uboot_reset ();
while (1);
}