mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-09 03:21:51 +00:00
do_bootd: unify duplicate prototypes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
This commit is contained in:
parent
36ebb78779
commit
7842fb7c4f
3 changed files with 3 additions and 6 deletions
|
@ -54,8 +54,6 @@ void show_boot_progress (int val) __attribute__((weak, alias("__show_boot_progre
|
|||
extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]); /* for do_reset() prototype */
|
||||
#endif
|
||||
|
||||
extern int do_bootd (cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]);
|
||||
|
||||
#if defined(CONFIG_UPDATE_TFTP)
|
||||
void update_tftp (void);
|
||||
#endif /* CONFIG_UPDATE_TFTP */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue