diff options
author | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-05-12 17:37:20 +0200 |
---|---|---|
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | 2021-05-18 12:36:12 +0200 |
commit | 700f68c35484c9de1c2e5e30dfc4c7a63b991a92 (patch) | |
tree | 351e4fb8a937255009916caa992cd84ed5460417 /drivers/ddr/imx/imx8m/ddr_init.c | |
parent | 06262c3836c3cb1b547c4bfd40e73d0e98b7a5fc (diff) | |
download | u-boot-700f68c35484c9de1c2e5e30dfc4c7a63b991a92.tar.gz u-boot-700f68c35484c9de1c2e5e30dfc4c7a63b991a92.tar.xz u-boot-700f68c35484c9de1c2e5e30dfc4c7a63b991a92.zip |
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>
Diffstat (limited to 'drivers/ddr/imx/imx8m/ddr_init.c')
0 files changed, 0 insertions, 0 deletions