]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - lib_i386/bootm.c
[new uImage] Update naming convention for bootm/uImage related code
[people/ms/u-boot.git] / lib_i386 / bootm.c
index 89a423c24375591a283b04388c4ca5dc79d7e68e..76bcf6cd85e3999d818ee060abce57f6ff46eb2e 100644 (file)
@@ -40,7 +40,7 @@ void do_bootm_linux(cmd_tbl_t *cmdtp, int flag, int argc, char *argv[],
        ulong           ep;
        image_header_t  *hdr;
 
-       get_ramdisk (cmdtp, flag, argc, argv, images,
+       boot_get_ramdisk (cmdtp, flag, argc, argv, images,
                        IH_ARCH_I386, &initrd_start, &initrd_end);
 
        if (images->legacy_hdr_valid) {