commit | 7d7721aa2b3025fdecec0b493caa15d2f4443346 | [log] [tgz] |
---|---|---|
author | Oliver Graute <oliver.graute@kococonnector.com> | Fri Nov 06 09:09:31 2020 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Sun Dec 06 15:31:36 2020 +0100 |
tree | 9215a8fe489237489ef88f3956aa05048318bda3 | |
parent | c4a32906a5879d759c762294e00f594cccb0b0ae [diff] |
imx: ahab: Fix compiler warnings in printf arch/arm/mach-imx/imx8/ahab.c:110:63: warning: format ‘%x’ expects argument of type ‘unsigned int’, but argument 2 has type ‘u64 {aka long long unsigned int}’ [-Wformat=] Fix those by using %llx Signed-off-by: Oliver Graute <oliver.graute@kococonnector.com> Cc: Stefano Babic <sbabic@denx.de> Cc: uboot-imx <uboot-imx@nxp.com>