]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - tools/mkimage.c
Merge branch 'master' of http://www.denx.de/git/u-boot
[karo-tx-uboot.git] / tools / mkimage.c
index d6000e04bf533f10ed1dd01628d08797cb6a31ab..ab41b3db6c94d9d7316f1c8b47a454ecccae2e52 100644 (file)
@@ -633,7 +633,7 @@ print_header (image_header_t *hdr)
        if (hdr->ih_type == IH_TYPE_MULTI || hdr->ih_type == IH_TYPE_SCRIPT) {
                int i, ptrs;
                uint32_t pos;
-               unsigned long *len_ptr = (unsigned long *) (
+               uint32_t *len_ptr = (uint32_t *) (
                                        (unsigned long)hdr + sizeof(image_header_t)
                                );