summaryrefslogtreecommitdiffstats
path: root/include/configs/TQM862M.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-07-07 20:07:54 +0000
committerwdenk <wdenk>2003-07-07 20:07:54 +0000
commitf12e568ca45f6c56b5a6d52a43524987e141abe7 (patch)
treee0c4c1dc83553fa1ac900d2819a605372c1430d1 /include/configs/TQM862M.h
parent0d4983930a3559be92452761cfa268ee9d0f2773 (diff)
downloadblackbird-obmc-uboot-f12e568ca45f6c56b5a6d52a43524987e141abe7.tar.gz
blackbird-obmc-uboot-f12e568ca45f6c56b5a6d52a43524987e141abe7.zip
* Add support for NSCU board
* Add support for TQM823M, TQM850M, TQM855M and TQM860M modules * Add support for Am29LV160ML, Am29LV320ML, and Am29LV640ML mirror bit flash on TQM8xxM modules
Diffstat (limited to 'include/configs/TQM862M.h')
-rw-r--r--include/configs/TQM862M.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/include/configs/TQM862M.h b/include/configs/TQM862M.h
index 1da9a45cf2..da2fc46be8 100644
--- a/include/configs/TQM862M.h
+++ b/include/configs/TQM862M.h
@@ -1,5 +1,5 @@
/*
- * (C) Copyright 2000, 2001, 2002
+ * (C) Copyright 2000-2003
* Wolfgang Denk, DENX Software Engineering, wd@denx.de.
*
* See file CREDITS for list of people who contributed to this
@@ -260,7 +260,7 @@
#if defined(CONFIG_80MHz) || defined(CONFIG_100MHz)
#define CFG_PLPRCR \
( (5-1)<<PLPRCR_MF_SHIFT | PLPRCR_TEXPS | PLPRCR_TMIST )
-#else /* up to 50 MHz we use a 1:1 clock */
+#else /* up to 66 MHz we use a 1:1 clock */
#define CFG_PLPRCR (PLPRCR_SPLSS | PLPRCR_TEXPS | PLPRCR_TMIST)
#endif /* CONFIG_80MHz | CONFIG_100MHz */
@@ -276,7 +276,7 @@
SCCR_COM00 | SCCR_DFSYNC00 | SCCR_DFBRG00 | \
SCCR_DFNL000 | SCCR_DFNH000 | SCCR_DFLCD000 | \
SCCR_DFALCD00)
-#else /* up to 50 MHz we use a 1:1 clock */
+#else /* up to 66 MHz we use a 1:1 clock */
#define CFG_SCCR (SCCR_TBS | \
SCCR_COM00 | SCCR_DFSYNC00 | SCCR_DFBRG00 | \
SCCR_DFNL000 | SCCR_DFNH000 | SCCR_DFLCD000 | \
OpenPOWER on IntegriCloud