commit | 24105b8d0993ebf0e6dbd3f6e48e6e19cd4ff83d | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Wed Jul 01 16:41:25 2020 +0300 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Sat Jul 11 23:14:16 2020 +0200 |
tree | dfd369d6c5926de4963d4b114798250173a4b51f | |
parent | 30962bf1cb027f4e1f1fb2d328b8e1afb3ec6202 [diff] |
efi_loader: cleanup for tee backed variables There's 2 variables in efi_get_next_variable_name() checking the size of the variable name. Let's get rid of the reduntant definition and simplitfy the code a bit. Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>