]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
Blackfin: bump up default JTAG console timeout
authorVivi Li <vivi.li@analog.com>
Fri, 12 Jun 2009 10:33:23 +0000 (10:33 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 15 Jun 2009 17:30:08 +0000 (13:30 -0400)
The debug tools that interface with the other side of the JTAG console
got much slower when generalizing things, so bump up the default timeout
value on the U-Boot side to cope.  Hopefully at some point we can improve
the debug tools to speed things back up.

Signed-off-by: Vivi Li <vivi.li@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
cpu/blackfin/jtag-console.c

index d58582f6e017f3391ec23fc83c42aea38702758d..c995d962dc0a386ae669e4b1367ff5cc36e86549 100644 (file)
@@ -11,7 +11,7 @@
 #include <asm/blackfin.h>
 
 #ifndef CONFIG_JTAG_CONSOLE_TIMEOUT
-# define CONFIG_JTAG_CONSOLE_TIMEOUT 100
+# define CONFIG_JTAG_CONSOLE_TIMEOUT 500
 #endif
 
 /* The Blackfin tends to be much much faster than the JTAG hardware. */