summaryrefslogtreecommitdiff
path: root/cleopatre/u-boot-1.1.6/include
diff options
context:
space:
mode:
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 */