efi_selftest: illegal cast to pointer in initrddump
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 14 Mar 2021 09:12:01 +0000 (10:12 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 25 Mar 2021 19:07:36 +0000 (20:07 +0100)
commita81978efe31199925b1753a2e45319fae5b3a91d
tree9888de49bbe934f5862fd316aef2c6a3f1f631fe
parent073e5db6729cd36154d0533fda3b4b485957c163
efi_selftest: illegal cast to pointer in initrddump

On 32bit systems u64 cannot directly be cast to void *.

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