imx: ahab: Fix compiler warnings in printf
[platform/kernel/u-boot.git] / arch / arm / mach-imx / imx8 / ahab.c
index 5dbe1d5..bbdced5 100644 (file)
@@ -106,7 +106,7 @@ int authenticate_os_container(ulong addr)
                /* Find the memreg and set permission for seco pt */
                err = sc_rm_find_memreg(-1, &mr, s, e);
                if (err) {
-                       printf("Error: can't find memreg for image load address 0x%x, error %d\n", img->dst, err);
+                       printf("Error: can't find memreg for image load address 0x%llx, error %d\n", img->dst, err);
                        ret = -ENOMEM;
                        goto exit;
                }