summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2008-07-31 14:59:12 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2008-07-31 14:59:12 +0200
commit59bfe6e0c3332ec804bcc61a264eb1b43cd04570 (patch)
treeead0e0e5cad7678ff1d13301e27cf6d759b8378b
parent43bd2f1406c18461cc10071268fdf56eb570ffcb (diff)
downloadbarebox-59bfe6e0c3332ec804bcc61a264eb1b43cd04570.tar.gz
barebox-59bfe6e0c3332ec804bcc61a264eb1b43cd04570.tar.xz
[Arm] at91sam9260ek: Add missing AT91_MASTER_CLOCK
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--board/at91sam9260ek/config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/board/at91sam9260ek/config.h b/board/at91sam9260ek/config.h
index ca15136817..afd8563212 100644
--- a/board/at91sam9260ek/config.h
+++ b/board/at91sam9260ek/config.h
@@ -1,4 +1,6 @@
#ifndef __CONFIG_H
#define __CONFIG_H
+#define AT91_MASTER_CLOCK 99328000 /* peripheral = main / 2 */
+
#endif /* __CONFIG_H */