commit | ca4d00e2e40dd5c623bb8b29a735b65fe5c51791 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 07 23:39:13 2018 +0200 |
committer | Alexander Graf <agraf@suse.de> | Wed Jul 25 15:00:24 2018 +0200 |
tree | 3dda59a27f1bb88f0307488a1ee5beed23ae3690 | |
parent | a7d5510c5cee8a23d17084c65342087801cf7f5a [diff] |
efi_loader: remove unused efi_get_time_init() Remove unused function efi_get_time_init(). Initialization of the RTC has to be done in board bring up not in the EFI subsystem. There is no RTC device in the UEFI spec. The RTC is only accessed through the runtime services. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>