add new dfboot loader - a complete revison of romboot code.
[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             15000
9 //#define AT91C_DELAY_TO_BOOT           1500
10
11 #define CRC_RETRIES                     0x100
12
13 #define AT91C_MASTER_CLOCK              59904000
14 #define AT91C_BAUD_RATE                 115200
15
16 #define AT91C_ALTERNATE_USART   AT91C_BASE_US0
17
18 #endif