diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2010-10-20 03:36:26 -0400 | 
|---|---|---|
| committer | Wolfgang Denk <wd@denx.de> | 2010-11-28 21:46:47 +0100 | 
| commit | 7842fb7c4f5be961c7aa9091dc8c760683b1377c (patch) | |
| tree | 949c792e9198b6c6dc6de956a417530dd3988de3 /common/main.c | |
| parent | 36ebb78779cb08b48672e0fa5cd891199cc0ee23 (diff) | |
| download | olio-uboot-2014.01-7842fb7c4f5be961c7aa9091dc8c760683b1377c.tar.xz olio-uboot-2014.01-7842fb7c4f5be961c7aa9091dc8c760683b1377c.zip | |
do_bootd: unify duplicate prototypes
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'common/main.c')
| -rw-r--r-- | common/main.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| diff --git a/common/main.c b/common/main.c index d97ccd7dd..bbb208b92 100644 --- a/common/main.c +++ b/common/main.c @@ -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 */ |