]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: rtc_mktime() called twice
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 30 Jun 2020 10:02:14 +0000 (12:02 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 3 Jul 2020 16:03:47 +0000 (18:03 +0200)
commit3c76ac8cd61cf452c80c5782af86d8a413f0ff23
tree6eef8e0ae1f22e82c88e5ab1cd9b37eb607f5ae0
parent783fbdeef5a2c21aa59cad442fde061572b4a095
efi_loader: rtc_mktime() called twice

Don't call rtc_mktime() twice with the same argument in
efi_variable_authenticate().

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