summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-04-10 11:18:18 +0000
committerwdenk <wdenk>2003-04-10 11:18:18 +0000
commitd126bfbdbd45a78952d88a702b628ab9107c04e5 (patch)
tree25f81e3dec52ff1a531e59fcbd384ed5406c44e2 /include/commproc.h
parent60fbe254243ec461ec73da13132be098db33d3fa (diff)
downloadtalos-obmc-uboot-d126bfbdbd45a78952d88a702b628ab9107c04e5.tar.gz
talos-obmc-uboot-d126bfbdbd45a78952d88a702b628ab9107c04e5.zip
Add support for TQM862L modules
Diffstat (limited to 'include/commproc.h')
-rw-r--r--include/commproc.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/include/commproc.h b/include/commproc.h
index a7d8dbd3e4..d02dea43ec 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -1362,9 +1362,11 @@ typedef struct scc_enet {
#define SICR_ENET_CLKRT ((uint)0x00002600)
#endif /* CONFIG_MVS v1, CONFIG_TQM823L, CONFIG_TQM850L, etc. */
-/*** TQM860L, TQM855L ************************************************/
+/*** TQM855L, TQM860L, TQM862L **************************************/
-#if (defined(CONFIG_TQM860L) || defined(CONFIG_TQM855L))
+#if defined(CONFIG_TQM855L) || \
+ defined(CONFIG_TQM860L)
+ defined(CONFIG_TQM862L)
# ifdef CONFIG_SCC1_ENET /* use SCC for 10Mbps Ethernet */
@@ -1412,7 +1414,7 @@ typedef struct scc_enet {
#define PD_MII_MASK ((ushort)0x1FFF) /* PD 3...15 */
# endif /* CONFIG_FEC_ENET */
-#endif /* CONFIG_TQM860L, CONFIG_TQM855L */
+#endif /* CONFIG_TQM855L, TQM860L, TQM862L */
/*** V37 **********************************************************/
OpenPOWER on IntegriCloud