diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2018-07-07 23:39:13 +0200 |
---|---|---|
committer | Alexander Graf <agraf@suse.de> | 2018-07-25 15:00:24 +0200 |
commit | 197005ae2a78f14e02d44096c3ecb59b921c0467 (patch) | |
tree | 3dda59a27f1bb88f0307488a1ee5beed23ae3690 /include/efi_loader.h | |
parent | 5d889024010e0d2397c2bd3e6dd66e12e9f657d0 (diff) | |
download | u-boot-197005ae2a78f14e02d44096c3ecb59b921c0467.tar.gz |
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>
Diffstat (limited to 'include/efi_loader.h')
-rw-r--r-- | include/efi_loader.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/efi_loader.h b/include/efi_loader.h index 051f9c4514..57ca550272 100644 --- a/include/efi_loader.h +++ b/include/efi_loader.h @@ -434,7 +434,6 @@ efi_status_t efi_reset_system_init(void); efi_status_t __efi_runtime EFIAPI efi_get_time( struct efi_time *time, struct efi_time_cap *capabilities); -efi_status_t efi_get_time_init(void); #ifdef CONFIG_CMD_BOOTEFI_SELFTEST /* |