]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/spl/spl.c
Use __stringify() instead of xstr()
[karo-tx-uboot.git] / common / spl / spl.c
index 774fdad2523b7ff0e4f5a48371756053fda0e7a6..b16664f8454012043de15e34f2bdf0ec8ef40311 100644 (file)
@@ -86,7 +86,7 @@ void spl_parse_image_header(const struct image_header *header)
                spl_image.os = image_get_os(header);
                spl_image.name = image_get_name(header);
                debug("spl: payload image: %.*s load addr: 0x%x size: %d\n",
-                       sizeof(spl_image.name), spl_image.name,
+                       (int)sizeof(spl_image.name), spl_image.name,
                        spl_image.load_addr, spl_image.size);
        } else {
                /* Signature not found - assume u-boot.bin */