]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_nand.c
[new uImage] Rename and move print_image_hdr() routine
[karo-tx-uboot.git] / common / cmd_nand.c
index bfa39d7ccee3f6bcdca4c4c4a3ce7961551c1c52..7fd6667a7eba891327ec82c9a84aec077b0ecf50 100644 (file)
@@ -521,7 +521,7 @@ static int nand_load_image(cmd_tbl_t *cmdtp, nand_info_t *nand,
        }
        show_boot_progress (57);
 
-       print_image_hdr (hdr);
+       image_print_contents (hdr);
 
        cnt = image_get_image_size (hdr);
        if (jffs2) {
@@ -984,7 +984,7 @@ int do_nandboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
 
        if (image_check_magic (hdr)) {
 
-               print_image_hdr (hdr);
+               image_print_contents (hdr);
 
                cnt = image_get_image_size (hdr);
                cnt -= SECTORSIZE;