aboutsummaryrefslogtreecommitdiff
path: root/include/configs/TQM885D.h
diff options
context:
space:
mode:
authorMartin Krause <martin.krause@tqs.de>2007-09-26 17:55:56 +0200
committerWolfgang Denk <wd@denx.de>2007-12-27 01:59:42 +0100
commitb988b8cd443989be65161888eea0127ad03f846f (patch)
tree26ee2646362ddc88da5e6becfa9ecd3d035fce73 /include/configs/TQM885D.h
parent492c7049869348d31168de8dad89651315e468e0 (diff)
TQM885D: use calculated cpuclk instead of measuring it
On the TQM885D the measurement of cpuclk with the PIT reference timer ist not necessary. Since all module variants use the same external 10 MHz oscillator, the cpuclk only depends on the PLL configuration - which is readable by software. Signed-off-by: Martin Krause <martin.krause@tqs.de>
Diffstat (limited to 'include/configs/TQM885D.h')
-rw-r--r--include/configs/TQM885D.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configs/TQM885D.h b/include/configs/TQM885D.h
index a8fbbfbbf..dd26d5426 100644
--- a/include/configs/TQM885D.h
+++ b/include/configs/TQM885D.h
@@ -46,13 +46,6 @@
/* (it will be used if there is no */
/* 'cpuclk' variable with valid value) */
-#define CFG_MEASURE_CPUCLK /* Measure real cpu clock */
- /* (function measure_gclk() */
- /* will be called) */
-#ifdef CFG_MEASURE_CPUCLK
-#define CFG_8XX_XIN 10000000 /* measure_gclk() needs this */
-#endif
-
#define CONFIG_8xx_CONS_SMC1 1 /* Console is on SMC1 */
#define CONFIG_BAUDRATE 115200 /* console baudrate = 115kbps */