commit | 447753e1ac301d59486d0687deb333b8b27fc72b | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 22 07:56:14 2020 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed Jul 22 12:32:41 2020 +0200 |
tree | e828eec122ad87fc0425104c763c32b1964db5f4 | |
parent | eb7dbe855c79c30757ca66a9afda3a9abacc9c36 [diff] |
efi_loader: don't use memmove() in efi_var_mem_del() efi_var_mem_del() is in __efi_runtime because it would be needed for a runtime implementation of SetVariable(). memmove() is not in __efi_runtime. So we should not use it in efi_var_mem_del(). Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>