diff options
author | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-06 09:11:39 +0000 |
---|---|---|
committer | hcg <hcg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-06-06 09:11:39 +0000 |
commit | 86f9e588223452595a03bcfea920ad020758bf85 (patch) | |
tree | c859e232ab6211fb8f310e5fb144926c36f80eda /target | |
parent | 546d769c67ae337575297359e5875f72025e5e76 (diff) |
Changed autoboot timeout in dfboot
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7508 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/at91-2.6/image/dfboot/src/config.h | 3 |
1 files changed, 1 insertions, 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 127ec3257..3be8d499a 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 |