Searched refs:do_bootd (Results 1 – 5 of 5) sorted by relevance
/u-boot/arch/arm/mach-nexell/ |
A D | cmd_boot_linux.c | 130 int do_bootd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootd() function 135 U_BOOT_CMD(boot, 1, 1, do_bootd, 141 U_BOOT_CMD(bootd, 1, 1, do_bootd,
|
/u-boot/cmd/ |
A D | bootm.c | 206 int do_bootd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_bootd() function 212 boot, 1, 1, do_bootd, 219 bootd, 1, 1, do_bootd,
|
/u-boot/board/gdsys/p1022/ |
A D | controlcenterd.c | 227 int do_bootd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) in do_bootd() function
|
/u-boot/include/ |
A D | command.h | 148 int do_bootd(struct cmd_tbl *cmdtp, int flag, int argc,
|
/u-boot/common/ |
A D | command.c | 619 else if (cmdtp->cmd == do_bootd) { in cmd_process()
|
Completed in 57 milliseconds