Home
last modified time | relevance | path

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

/external/u-boot/cmd/
Dbootm.c202 int do_bootd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootd() function
208 boot, 1, 1, do_bootd,
215 bootd, 1, 1, do_bootd,
/external/u-boot/include/
Dcommand.h91 extern int do_bootd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
/external/u-boot/board/gdsys/p1022/
Dcontrolcenterd.c222 int do_bootd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) in do_bootd() function
/external/u-boot/common/
Dcommand.c524 else if (cmdtp->cmd == do_bootd) { in cmd_process()