From: oharboe at B. <oh...@ma...> - 2009-10-07 13:04:00
|
Author: oharboe Date: 2009-10-07 13:03:56 +0200 (Wed, 07 Oct 2009) New Revision: 2813 Modified: trunk/src/ecosboard.c Log: increase pause before reboot so web interface remains responsive when issuing a reboot of zy1000 Modified: trunk/src/ecosboard.c =================================================================== --- trunk/src/ecosboard.c 2009-10-07 11:03:01 UTC (rev 2812) +++ trunk/src/ecosboard.c 2009-10-07 11:03:56 UTC (rev 2813) @@ -155,8 +155,8 @@ 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"); |