summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>2010-08-26 23:24:18 +0400
committerWolfgang Denk <wd@denx.de>2010-10-19 22:47:24 +0200
commitb2b67baca318d7f3a5940c5a07f924601fa4c885 (patch)
tree7be9bd7d64932b572d147884c58029c91e6fa0ea /include
parent5aa576220c01cbd6882ec3e48f240b9fa2a43b83 (diff)
downloadtalos-obmc-uboot-b2b67baca318d7f3a5940c5a07f924601fa4c885.tar.gz
talos-obmc-uboot-b2b67baca318d7f3a5940c5a07f924601fa4c885.zip
PXA: cleanup vpac270 config and set CONFIG_SYS_HZ to 1000
* CONFIG_SYS_CLKS_IN_HZ is not used anywhere, so removing it * CONFIG_SYS_HZ is set to 1000 on most architectures, so it seems to be the safe default Signed-off-by: Mikhail Kshevetskiy <mikhail.kshevetskiy@gmail.com>
Diffstat (limited to 'include')
-rw-r--r--include/configs/vpac270.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/configs/vpac270.h b/include/configs/vpac270.h
index 694a8f92c4..4c18d3a788 100644
--- a/include/configs/vpac270.h
+++ b/include/configs/vpac270.h
@@ -146,8 +146,7 @@
/*
* Clock Configuration
*/
-#undef CONFIG_SYS_CLKS_IN_HZ
-#define CONFIG_SYS_HZ 3250000 /* Timer @ 3250000 Hz */
+#define CONFIG_SYS_HZ 1000 /* Timer @ 3250000 Hz */
#define CONFIG_SYS_CPUSPEED 0x190 /* 312MHz */
/*
OpenPOWER on IntegriCloud