From 93b8c649fce83128e82ee6a23efd356f6d5af78c Mon Sep 17 00:00:00 2001 From: Bruno Vetel Date: Fri, 9 Jan 2009 10:58:12 +0100 Subject: [PATCH] Reduce boot time --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 7bb5afc..b95f41f 100644 --- a/main.cpp +++ b/main.cpp @@ -507,7 +507,7 @@ int main(void) AT91F_DataflashInit (); // start tempo to start Uboot in a delay of 1 sec if no key pressed - svcUbootTempo.Start(&svcUbootTempo, 2000, 0, AT91F_StartUboot, (void *)0); + svcUbootTempo.Start(&svcUbootTempo, 200, 0, AT91F_StartUboot, (void *)0); printf("press any key to enter bootloader\n\r"); -- 2.11.4.GIT