From 09fa4e2471797787b40a0d0a98d3514f724bfc8d Mon Sep 17 00:00:00 2001 From: Bruno Vetel Date: Sun, 11 Feb 2007 00:11:59 +0100 Subject: [PATCH] Wait 200ms before starting u-boot --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index a499d0f..01779fa 100644 --- a/main.cpp +++ b/main.cpp @@ -421,7 +421,7 @@ int main(void) AT91F_DataflashInit (); // start tempo to start Uboot in a delay of 1 sec if no key pressed - svcUbootTempo.Start(&svcUbootTempo, 1000, 0, AT91F_StartUboot, (void *)0); + svcUbootTempo.Start(&svcUbootTempo, 200, 0, AT91F_StartUboot, (void *)0); printf("press any key to enter bootloader\n\r"); getc(); -- 2.11.4.GIT