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>
Tue, 16 Mar 2021 08:37:04 +0000 (09:37 +0100)
commitfbc6ceae6f0d97672d11bef8df406ea31c49c0fe
treed61b5a62eb031cd619b8b907162928f96068f9ba
parent9ff9f4b4268946f3b73d9759766ccfcc599da004
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