]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/vsprintf.c
Disable debug print for normal use.
[karo-tx-uboot.git] / lib_generic / vsprintf.c
index b9e6e1ba92d1fe31e684d0589a4aa6f0c8fbe84a..6b044535f551639122dbc990731b3007c3ba9643 100644 (file)
@@ -17,7 +17,8 @@
 #include <common.h>
 #if !defined (CONFIG_PANIC_HANG)
 #include <command.h>
-#include <cmd_boot.h>          /* for do_reset() prototype */
+/*cmd_boot.c*/
+extern int do_reset (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[]);
 #endif
 
 unsigned long simple_strtoul(const char *cp,char **endp,unsigned int base)