mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-18 02:38:56 +00:00
492b728f9f
arch/arm/mach-imx/imx8/ahab.c: In function ‘authenticate_os_container’: arch/arm/mach-imx/imx8/ahab.c:96:9: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 9 has type ‘ulong {aka long unsigned int}’ [-Wformat=] debug("img %d, dst 0x%x, src 0x%x, size 0x%x\n", Fix those by using "%lu" specified. Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com> Cc: Stefano Babic <sbabic@denx.de> Cc: uboot-imx <uboot-imx@nxp.com> |
||
---|---|---|
.. | ||
ahab.c | ||
clock.c | ||
cpu.c | ||
fdt.c | ||
image.c | ||
iomux.c | ||
Kconfig | ||
lowlevel_init.S | ||
Makefile | ||
misc.c | ||
parse-container.c | ||
snvs_security_sc.c |