diff options
author | Wolfgang Denk <wd@denx.de> | 2010-09-08 00:42:00 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2010-09-08 00:42:00 +0200 |
commit | cf64fda38e3d71e9077e11c673bd9be449c680da (patch) | |
tree | a847fb6cd48330482642ff92e34a7329b339acd2 /include/configs/otc570.h | |
parent | 09b4a9cf4003599f2cd609587dfa5f0b754640ed (diff) | |
parent | 5c3dab97c751e43103813472283305cbfe70d3f0 (diff) |
Merge branch 'at91' of git://git.denx.de/u-boot-atmel
Diffstat (limited to 'include/configs/otc570.h')
-rw-r--r-- | include/configs/otc570.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/configs/otc570.h b/include/configs/otc570.h index fb0f576f45..4a1cedec0f 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -35,6 +35,7 @@ #define CONFIG_OTC570 1 /* Board is esd OTC570 */ #define CONFIG_ARM926EJS 1 /* This is an ARM926EJS Core */ #define CONFIG_AT91SAM9263 1 /* It's an AT91SAM9263 SoC */ +#define CONFIG_SYS_AT91_MAIN_CLOCK 16000000/* 16.0 MHz crystal */ #define CONFIG_SYS_HZ 1000 /* decrementer freq */ #define CONFIG_DISPLAY_BOARDINFO 1 #define CONFIG_DISPLAY_CPUINFO 1 /* display cpu info and speed */ |