Home
last modified time | relevance | path

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

/u-boot/cmd/
A Dbootm.c44 static struct cmd_tbl cmd_bootm_sub[] = { variable
67 c = find_cmd_tbl(argv[0], &cmd_bootm_sub[0], ARRAY_SIZE(cmd_bootm_sub)); in do_bootm_subcommand()
103 for (i = 0; i < ARRAY_SIZE(cmd_bootm_sub); i++) in do_bootm()
104 cmd_bootm_sub[i].name += gd->reloc_off; in do_bootm()

Completed in 6 milliseconds