summaryrefslogtreecommitdiffstats
path: root/include/commproc.h
diff options
context:
space:
mode:
authorwdenk <wdenk>2003-06-05 19:27:42 +0000
committerwdenk <wdenk>2003-06-05 19:27:42 +0000
commit73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3 (patch)
treef409359364776e565b9484337a0620388041b456 /include/commproc.h
parent08eaea9c9fa4e8ea25325610c512cb90b6bea1dd (diff)
downloadtalos-obmc-uboot-73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3.tar.gz
talos-obmc-uboot-73a8b27c574f5ec1c8fdd9d8d065bb845d8743d3.zip
* Add support for RMU board
* Add support for TQM862L at 100/50 MHz * Patch by Pantelis Antoniou, 02 Jun 2003: major reconstruction of networking code; add "ping" support (outgoing only!)
Diffstat (limited to 'include/commproc.h')
-rw-r--r--include/commproc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/commproc.h b/include/commproc.h
index d6cf9baadc..2d9ab5cdb3 100644
--- a/include/commproc.h
+++ b/include/commproc.h
@@ -1254,7 +1254,11 @@ typedef struct scc_enet {
#define PA_ENET_TXD ((ushort)0x0008)
#define PA_ENET_TCLK ((ushort)0x0200)
#define PA_ENET_RCLK ((ushort)0x0800)
+#if defined(CONFIG_RMU)
+#define PC_ENET_TENA ((uint)0x00000002) /* PC14 */
+#else
#define PB_ENET_TENA ((uint)0x00002000)
+#endif
#define PC_ENET_CLSN ((ushort)0x0040)
#define PC_ENET_RENA ((ushort)0x0080)
OpenPOWER on IntegriCloud