Home
last modified time | relevance | path

Searched refs:bootm_maybe_autostart (Results 1 – 6 of 6) sorted by relevance

/external/u-boot/include/
Dcommand.h95 extern int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd);
97 static inline int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd) in bootm_maybe_autostart() function
/external/u-boot/cmd/
Ddisk.c128 return bootm_maybe_autostart(cmdtp, argv[0]); in common_diskboot()
Dnet.c257 rcode = bootm_maybe_autostart(cmdtp, argv[0]); in netboot_common()
Dbootm.c138 int bootm_maybe_autostart(cmd_tbl_t *cmdtp, const char *cmd) in bootm_maybe_autostart() function
Dfdc.c744 return bootm_maybe_autostart(cmdtp, argv[0]); in do_fdcboot()
Dnand.c928 return bootm_maybe_autostart(cmdtp, cmd); in nand_load_image()