]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - common/cmd_usb.c
[new uImage] Update naming convention for bootm/uImage related code
[people/ms/u-boot.git] / common / cmd_usb.c
index ad3873c2cb30d58697c691ad01f0fd9b33985355..8ee7d27675eb18393e7cd1b790cb95375ad68194 100644 (file)
@@ -386,7 +386,7 @@ int do_usbboot (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
                return 1;
        }
 
-       switch (gen_image_get_format ((void *)addr)) {
+       switch (genimg_get_format ((void *)addr)) {
        case IMAGE_FORMAT_LEGACY:
                hdr = (image_header_t *)addr;