From 425102d11cead0e26bf2536f9d663056c99e7fe0 Mon Sep 17 00:00:00 2001
From: Hamish Guthrie <hcg@openwrt.org>
Date: Wed, 6 Jun 2007 09:11:39 +0000
Subject: [PATCH] Changed autoboot timeout in dfboot

SVN-Revision: 7508
---
 target/linux/at91-2.6/image/dfboot/src/config.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/target/linux/at91-2.6/image/dfboot/src/config.h b/target/linux/at91-2.6/image/dfboot/src/config.h
index 127ec32574..3be8d499a0 100644
--- a/target/linux/at91-2.6/image/dfboot/src/config.h
+++ b/target/linux/at91-2.6/image/dfboot/src/config.h
@@ -5,8 +5,7 @@
 //#define	PAGESZ_1056			1
 #undef PAGESZ_1056
 #define	SPI_LOW_SPEED			1
-#define AT91C_DELAY_TO_BOOT 		15000
-//#define AT91C_DELAY_TO_BOOT 		1500
+#define AT91C_DELAY_TO_BOOT 		1500
 
 #define	CRC_RETRIES			0x100
 
-- 
2.30.2