summaryrefslogtreecommitdiffstats
path: root/include/configs/imx31_phycore.h
diff options
context:
space:
mode:
authorGuennadi Liakhovetski <lg@denx.de>2008-09-25 20:54:37 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2008-10-08 18:59:02 +0200
commit1ed7a7f0f571b13d46530f8f8b9aff3957f15a96 (patch)
tree51f79cf1b55dc8918ebc38aee36b539a66785839 /include/configs/imx31_phycore.h
parentf41b144c11341b571eab7dcef6c4b8e03c92d2b2 (diff)
downloadblackbird-obmc-uboot-1ed7a7f0f571b13d46530f8f8b9aff3957f15a96.tar.gz
blackbird-obmc-uboot-1ed7a7f0f571b13d46530f8f8b9aff3957f15a96.zip
i.MX31: switch to CFG_HZ=1000
Switch to the standard CFG_HZ=1000 value, while at it, minor white-space cleanup, remove CFG_CLKS_IN_HZ from config-headers. Tested on mx31ads, provides 2% or 0.4% precision depending on the CONFIG_MX31_TIMER_HIGH_PRECISION flag. Measured with stop-watch on 100s boot-delay. Signed-off-by: Guennadi Liakhovetski <lg@denx.de>
Diffstat (limited to 'include/configs/imx31_phycore.h')
-rw-r--r--include/configs/imx31_phycore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/imx31_phycore.h b/include/configs/imx31_phycore.h
index bf2a8dd4bb..15402030af 100644
--- a/include/configs/imx31_phycore.h
+++ b/include/configs/imx31_phycore.h
@@ -126,7 +126,7 @@
#define CFG_LOAD_ADDR 0 /* default load address */
-#define CFG_HZ 32000
+#define CFG_HZ 1000
#define CONFIG_CMDLINE_EDITING 1
OpenPOWER on IntegriCloud