diff options
Diffstat (limited to 'lib_i386')
-rw-r--r-- | lib_i386/bootm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_i386/bootm.c b/lib_i386/bootm.c index 89a423c..76bcf6c 100644 --- a/lib_i386/bootm.c +++ b/lib_i386/bootm.c @@ -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) { |