]> git.sur5r.net Git - u-boot/blobdiff - common/cmd_scsi.c
[new uImage] Update naming convention for bootm/uImage related code
[u-boot] / common / cmd_scsi.c
index 42b3072984375d7792857ca5fb848694d16d07ab..786880521b9c4a4a42ee09cea30e941beaa5ca95 100644 (file)
@@ -273,7 +273,7 @@ int do_scsiboot (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;