diff options
author | Guennadi Liakhovetski <lg@denx.de> | 2008-09-25 20:54:37 +0200 |
---|---|---|
committer | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2008-10-08 18:59:02 +0200 |
commit | 1ed7a7f0f571b13d46530f8f8b9aff3957f15a96 (patch) | |
tree | 51f79cf1b55dc8918ebc38aee36b539a66785839 /include/configs/mx31ads.h | |
parent | f41b144c11341b571eab7dcef6c4b8e03c92d2b2 (diff) | |
download | u-boot-1ed7a7f0f571b13d46530f8f8b9aff3957f15a96.tar.gz |
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/mx31ads.h')
-rw-r--r-- | include/configs/mx31ads.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/configs/mx31ads.h b/include/configs/mx31ads.h index b904d814da..04790fd926 100644 --- a/include/configs/mx31ads.h +++ b/include/configs/mx31ads.h @@ -139,11 +139,9 @@ #define CFG_MEMTEST_START 0 /* memtest works on */ #define CFG_MEMTEST_END 0x10000 -#undef CFG_CLKS_IN_HZ /* everything, incl board info, in Hz */ - #define CFG_LOAD_ADDR CONFIG_LOADADDR -#define CFG_HZ CONFIG_MX31_CLK32 /* use 32kHz clock as source */ +#define CFG_HZ 1000 #define CONFIG_CMDLINE_EDITING 1 |