summaryrefslogtreecommitdiff
path: root/src/ecosboard.c
diff options
context:
space:
mode:
authoroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 11:03:56 +0000
committeroharboe <oharboe@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-10-07 11:03:56 +0000
commit40ac8d775375bd96b06a5a54cdd9829f60c8ebc4 (patch)
tree4d445b0700dbf0ffc78d16b1330421f83b696155 /src/ecosboard.c
parent53dea2f952303c9f1a87fa42d58fae9fad4648e2 (diff)
downloadopenocd+libswd-40ac8d775375bd96b06a5a54cdd9829f60c8ebc4.tar.gz
openocd+libswd-40ac8d775375bd96b06a5a54cdd9829f60c8ebc4.tar.bz2
openocd+libswd-40ac8d775375bd96b06a5a54cdd9829f60c8ebc4.tar.xz
openocd+libswd-40ac8d775375bd96b06a5a54cdd9829f60c8ebc4.zip
increase pause before reboot so web interface remains responsive when issuing a reboot of zy1000
git-svn-id: svn://svn.berlios.de/openocd/trunk@2813 b42882b7-edfa-0310-969c-e2dbd0fdcd60
Diffstat (limited to 'src/ecosboard.c')
-rw-r--r--src/ecosboard.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ecosboard.c b/src/ecosboard.c
index bd106b4d..b537e5bc 100644
--- a/src/ecosboard.c
+++ b/src/ecosboard.c
@@ -155,8 +155,8 @@ static char reboot_stack[2048];
static void zylinjtag_reboot(cyg_addrword_t data)
{
serialLog = true;
- diag_printf("Rebooting in 100 ticks..\n");
- cyg_thread_delay(100);
+ diag_printf("Rebooting in 500 ticks..\n");
+ cyg_thread_delay(500);
diag_printf("Unmounting /config..\n");
umount("/config");
diag_printf("Rebooting..\n");