diff options
Diffstat (limited to 'board/esd/canbt/canbt.c')
-rw-r--r-- | board/esd/canbt/canbt.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/board/esd/canbt/canbt.c b/board/esd/canbt/canbt.c index 708101e..ae0e880 100644 --- a/board/esd/canbt/canbt.c +++ b/board/esd/canbt/canbt.c @@ -25,7 +25,11 @@ #include "canbt.h" #include <asm/processor.h> #include <command.h> -#include <cmd_boot.h> + + +/*cmd_boot.c*/ +extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]); + /* ------------------------------------------------------------------------- */ |