Home
last modified time | relevance | path

Searched refs:bootm_args (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/u-boot/cmd/
H A Dbootuimage.c55 char *bootm_args[1]; in do_boot_uimage() local
80 bootm_args[0] = uimg_addr; in do_boot_uimage()
84 ret = do_bootm_states(NULL, 0, ARRAY_SIZE(bootm_args), bootm_args, in do_boot_uimage()
H A Dbootfit.c61 char *bootm_args[1]; in do_boot_fit() local
93 bootm_args[0] = fit_addr; in do_boot_fit()
108 ret = do_bootm_states(NULL, 0, ARRAY_SIZE(bootm_args), bootm_args, in do_boot_fit()
/OK3568_Linux_fs/u-boot/net/
H A Dfastboot.c421 char *bootm_args[] = { "bootm", kernel_addr, "-", fdt_addr, NULL }; in boot_downloaded_image() local
427 do_bootm(NULL, 0, 4, bootm_args); in boot_downloaded_image()
/OK3568_Linux_fs/u-boot/common/
H A Dandroid_bootloader.c312 char *bootm_args[] = { in android_bootloader_boot_kernel() local
345 return do_bootm_states(NULL, 0, ARRAY_SIZE(bootm_args), bootm_args, in android_bootloader_boot_kernel()
/OK3568_Linux_fs/u-boot/drivers/usb/gadget/
H A Df_fastboot.c1717 char *bootm_args[] = { "bootm", boot_addr_start, NULL }; in do_bootm_on_complete() local
1722 do_bootm(NULL, 0, 2, bootm_args); in do_bootm_on_complete()