Fix timer units
This commit is contained in:
parent
b624c94856
commit
4e13e84e56
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ uboot_get_boot_data (void)
|
||||||
static grub_uint64_t
|
static grub_uint64_t
|
||||||
uboot_timer_ms (void)
|
uboot_timer_ms (void)
|
||||||
{
|
{
|
||||||
return (grub_uint64_t) uboot_get_timer (timer_start);
|
return (grub_uint64_t) uboot_get_timer (timer_start) / 1000;
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue