]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/cmd_doc.c
[new uImage] Update naming convention for bootm/uImage related code
[karo-tx-uboot.git] / common / cmd_doc.c
index 3358b04622ed960796e87d9d1c62e3766f6c8bae..293b1aa6745eab3fc6c3cc5eb24cdc72a630f7cf 100644 (file)
@@ -261,7 +261,7 @@ int do_docboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
        }
        show_boot_progress (38);
 
-       switch (gen_image_get_format ((void *)addr)) {
+       switch (genimg_get_format ((void *)addr)) {
        case IMAGE_FORMAT_LEGACY:
                hdr = (image_header_t *)addr;