]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - board/mpl/common/common_util.c
[new uImage] Rename and move print_image_hdr() routine
[karo-tx-uboot.git] / board / mpl / common / common_util.c
index 30c6ca9e30084bde6a8bb68a197ba7c1866534e7..b171ca51736b427f5102dcca68b7dd62da3081f9 100644 (file)
@@ -185,7 +185,7 @@ mpl_prg_image(uchar *ld_addr)
                puts("Bad Magic Number\n");
                return 1;
        }
-       print_image_hdr(hdr);
+       image_print_contents (hdr);
        if (!image_check_os (hdr, IH_OS_U_BOOT)) {
                puts("No U-Boot Image\n");
                return 1;