summaryrefslogtreecommitdiffstats
path: root/cpu
diff options
context:
space:
mode:
authorVivi Li <vivi.li@analog.com>2009-06-12 10:33:23 +0000
committerMike Frysinger <vapier@gentoo.org>2009-06-15 13:30:08 -0400
commit63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c (patch)
treeab2b926b67990fea043a973a995401f6515b6b25 /cpu
parent57fe30194d3c15c37d9ff06dbd2a4c1ffccda018 (diff)
downloadblackbird-obmc-uboot-63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c.tar.gz
blackbird-obmc-uboot-63cb0f4eb2d3cf15e7a1add19d1289f4ae75816c.zip
Blackfin: bump up default JTAG console timeout
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>
Diffstat (limited to 'cpu')
-rw-r--r--cpu/blackfin/jtag-console.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/blackfin/jtag-console.c b/cpu/blackfin/jtag-console.c
index d58582f6e0..c995d962dc 100644
--- a/cpu/blackfin/jtag-console.c
+++ b/cpu/blackfin/jtag-console.c
@@ -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. */
OpenPOWER on IntegriCloud