]> git.ipfire.org Git - thirdparty/u-boot.git/commit
efi_loader: GetTime() must return EFI_UNSUPPORTED
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 13 Jun 2019 16:42:40 +0000 (18:42 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 14 Jun 2019 17:18:40 +0000 (19:18 +0200)
commitc5b63bec2f885e2b0a475aca33c7696c59ae6965
treed15fd8c8c6a5a56524a85d248948a0d309cbf518
parente771b4b39e8c52f7093ec1126a59daf072ac773b
efi_loader: GetTime() must return EFI_UNSUPPORTED

If the GetTime() runtime service is not supported, EFI_UNSUPPORTED has to
be returned.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_runtime.c