]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: keep attributes in efi_set_variable_int
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 17 Jun 2020 10:20:46 +0000 (12:20 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:17 +0000 (23:14 +0200)
commit37fa7cb045cc15b3a22377fa2e3fb00b2d132d7a
tree3725182299180a3416d08a5e62fbb14b0e505132
parentdda8c7163a2b4f3d30f54cd3553b2c81bc64e787
efi_loader: keep attributes in efi_set_variable_int

Do not change the value of parameter attributes in function
efi_set_variable_int(). This allows to use it later.

Do not use variable attr for different purposes but declare separate
variables (attr and old_attr).

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