Changed autoboot timeout in dfboot
[openwrt-10.03/.git] / target / linux / at91-2.6 / image / dfboot / src / config.h
1
2 #ifndef _CONFIG_H
3 #define _CONFIG_H
4
5 //#define       PAGESZ_1056                     1
6 #undef PAGESZ_1056
7 #define SPI_LOW_SPEED                   1
8 #define AT91C_DELAY_TO_BOOT             1500
9
10 #define CRC_RETRIES                     0x100
11
12 #define AT91C_MASTER_CLOCK              59904000
13 #define AT91C_BAUD_RATE                 115200
14
15 #define AT91C_ALTERNATE_USART   AT91C_BASE_US0
16
17 #endif