mirror of
https://github.com/opnsense/src.git
synced 2026-03-31 23:15:10 -04:00
efi/loader: Call tslog_init
This allows the EFI loader to start recording timestamps.
This commit is contained in:
parent
c4b65e954f
commit
f49381ccb6
1 changed files with 2 additions and 0 deletions
|
|
@ -927,6 +927,8 @@ main(int argc, CHAR16 *argv[])
|
|||
char buf[32];
|
||||
bool uefi_boot_mgr;
|
||||
|
||||
tslog_init();
|
||||
|
||||
archsw.arch_autoload = efi_autoload;
|
||||
archsw.arch_getdev = efi_getdev;
|
||||
archsw.arch_copyin = efi_copyin;
|
||||
|
|
|
|||
Loading…
Reference in a new issue