diff options
Diffstat (limited to 'board/cm5200/fwupdate.c')
-rw-r--r-- | board/cm5200/fwupdate.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/board/cm5200/fwupdate.c b/board/cm5200/fwupdate.c index c1a4a19cc0a..9d4eadcb66d 100644 --- a/board/cm5200/fwupdate.c +++ b/board/cm5200/fwupdate.c @@ -35,7 +35,6 @@ #include "fwupdate.h" -extern int do_bootm(cmd_tbl_t *, int, int, char * const []); extern long do_fat_read(const char *, void *, unsigned long, int); extern int do_fat_fsload(cmd_tbl_t *, int, int, char * const []); |