From: oharboe Date: Wed, 7 Oct 2009 11:03:56 +0000 (+0000) Subject: increase pause before reboot so web interface remains responsive when issuing a reboo... X-Git-Tag: v0.3.0-rc0~139 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=40ac8d775375bd96b06a5a54cdd9829f60c8ebc4;p=openocd 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 --- 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");