Searched refs:bootm_maybe_autostart (Results 1 – 5 of 5) sorted by relevance
131 return bootm_maybe_autostart(cmdtp, argv[0]); in common_diskboot()
279 rcode = bootm_maybe_autostart(cmdtp, argv[0]); in netboot_common()
141 int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd) in bootm_maybe_autostart() function
934 return bootm_maybe_autostart(cmdtp, cmd); in nand_load_image()
154 int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd);156 static inline int bootm_maybe_autostart(struct cmd_tbl *cmdtp, const char *cmd) in bootm_maybe_autostart() function
Completed in 27 milliseconds