commit | ba1fc389e37eae944d5cee7ead0d51903486ee4e | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | Wed May 12 17:37:20 2021 +0200 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Tue May 18 12:36:12 2021 +0200 |
tree | 351e4fb8a937255009916caa992cd84ed5460417 | |
parent | 11b977a7b5f2226f7a3a6e5bb461195c15ae4354 [diff] |
efi_loader: build warning in efi_tcg2_hash_log_extend_event Building 32bit boards with the TCG2 protocol enabled leads to a build warning due to a missing conversion. lib/efi_loader/efi_tcg2.c:774:27: error: cast to pointer from integer of different size [-Werror=int-to-pointer-cast] 774 | ret = tcg2_create_digest((u8 *)data_to_hash, data_to_hash_len, | ^ Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>