summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include
diff options
context:
space:
mode:
authordraskovic2009-09-18 16:15:55 +0000
committerdraskovic2009-09-18 16:15:55 +0000
commita5f4754fa8b1b55d6d1b98db7b2b08fca39482fb (patch)
tree68f5c9213033e4b29ca351512ac501474d959e64 /cleopatre/u-boot-1.1.6/include
parent197b9772908d3199f1d07884688db41ed9f0ed3c (diff)
[CLEO][SPK300G][U-BOOT] Corrected CFG_HZ macro which wrongly defined ARM timer clock period
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@5614 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cleopatre/u-boot-1.1.6/include')
-rw-r--r--cleopatre/u-boot-1.1.6/include/configs/spk300g.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cleopatre/u-boot-1.1.6/include/configs/spk300g.h b/cleopatre/u-boot-1.1.6/include/configs/spk300g.h
index 19d1ceb4e6..39ab26ccc1 100644
--- a/cleopatre/u-boot-1.1.6/include/configs/spk300g.h
+++ b/cleopatre/u-boot-1.1.6/include/configs/spk300g.h
@@ -125,8 +125,8 @@
/*
* CLOCK PARAMETERS
*/
-/* ((MARIA_TIMER_CLOCK==Xclk) max) / timer_prescaler (timer_prescaler == 2) */
-#define CFG_HZ (37500000/2)
+/* ((MARIA_TIMER_CLOCK==Xclk) max) / timer_prescaler */
+#define CFG_HZ (3125000) /* Timer clock in HZ */