commit | 04f8e09339a9f05578b71312033d46d49376f828 | [log] [tgz] |
---|---|---|
author | Toomas Soome <tsoome@me.com> | Thu Nov 10 21:05:15 2016 +0200 |
committer | Dan McDonald <danmcd@omniti.com> | Tue Feb 28 21:07:05 2017 -0500 |
tree | 85028e7468b0b56555166e3adcad7c9504931ff7 | |
parent | 72136b48555bae04848ab2fea2b979f98551c95a [diff] [blame] |
7891 loader.efi: EFI time setup Reviewed by: Robert Mustacchi <rm@joyent.com> Approved by: Dan McDonald <danmcd@omniti.com>
diff --git a/usr/src/boot/sys/boot/efi/loader/main.c b/usr/src/boot/sys/boot/efi/loader/main.c index 5e333e3..cd45451 100644 --- a/usr/src/boot/sys/boot/efi/loader/main.c +++ b/usr/src/boot/sys/boot/efi/loader/main.c
@@ -244,6 +244,9 @@ archsw.arch_zfs_probe = efi_zfs_probe; #endif + /* Init the time source */ + efi_time_init(); + has_kbd = has_keyboard(); /*