diff options
author | Hamish Guthrie <hcg@openwrt.org> | 2007-06-06 09:11:39 +0000 |
---|---|---|
committer | Hamish Guthrie <hcg@openwrt.org> | 2007-06-06 09:11:39 +0000 |
commit | 425102d11cead0e26bf2536f9d663056c99e7fe0 (patch) | |
tree | a811916507d4a2a08d176b89d768def92b4410bf | |
parent | 04324c48cfc7ea3aad8f95552e6349c42537ccdc (diff) | |
download | upstream-425102d11cead0e26bf2536f9d663056c99e7fe0.tar.gz upstream-425102d11cead0e26bf2536f9d663056c99e7fe0.tar.bz2 upstream-425102d11cead0e26bf2536f9d663056c99e7fe0.zip |
Changed autoboot timeout in dfboot
SVN-Revision: 7508
-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 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 |