summaryrefslogtreecommitdiffstats
path: root/include/configs/otc570.h
diff options
context:
space:
mode:
authorDaniel Gorsulowski <Daniel.Gorsulowski@esd.eu>2010-08-09 11:17:13 +0200
committerReinhard Meyer <u-boot@emk-elektronik.de>2010-08-20 16:17:41 +0200
commit9f07dedeb0f20108252a9af462f398a04709f1a3 (patch)
treef210b5eda438e2a24bc9f384828c5267e65f7037 /include/configs/otc570.h
parentbd2313078114c4b44c4a5ce149af43bcb7fc8854 (diff)
downloadblackbird-obmc-uboot-9f07dedeb0f20108252a9af462f398a04709f1a3.tar.gz
blackbird-obmc-uboot-9f07dedeb0f20108252a9af462f398a04709f1a3.zip
at91: Defined main clock frequency on esd at91 boards
Autodetection is undesired now Signed-off-by: Daniel Gorsulowski <Daniel.Gorsulowski@esd.eu> Signed-off-by: Reinhard Meyer <u-boot@emk-elektronik.de>
Diffstat (limited to 'include/configs/otc570.h')
-rw-r--r--include/configs/otc570.h1
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 */
OpenPOWER on IntegriCloud