Skip to content
Snippets Groups Projects
Commit 63cb0f4e authored by Vivi Li's avatar Vivi Li Committed by Mike Frysinger
Browse files

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: default avatarVivi Li <vivi.li@analog.com>
Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent 57fe3019
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <asm/blackfin.h> #include <asm/blackfin.h>
#ifndef CONFIG_JTAG_CONSOLE_TIMEOUT #ifndef CONFIG_JTAG_CONSOLE_TIMEOUT
# define CONFIG_JTAG_CONSOLE_TIMEOUT 100 # define CONFIG_JTAG_CONSOLE_TIMEOUT 500
#endif #endif
/* The Blackfin tends to be much much faster than the JTAG hardware. */ /* The Blackfin tends to be much much faster than the JTAG hardware. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment