On Mon, Dec 28, 2020 at 05:56:27PM +0100, Heinrich Schuchardt wrote:

> Building fails with DEBUG=1:
> 
> lib/aes.c: In function ‘debug_print_vector’:
> lib/aes.c:622:45: error:
> cast from pointer to integer of different size
> [-Werror=pointer-to-int-cast]
>   622 |  printf("%s [%d] @0x%08x", name, num_bytes, (u32)data);
> 
> Pointers can only be cast to (uintptr_t). But anyway we have
> %p for printing pointers.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.g...@gmx.de>
> Reviewed-by: Simon Glass <s...@chromium.org>

Applied to u-boot/master, thanks!

-- 
Tom

Attachment: signature.asc
Description: PGP signature

Reply via email to