summaryrefslogtreecommitdiffstats
path: root/post
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-02-20 22:02:48 +0000
committerwdenk <wdenk>2004-02-20 22:02:48 +0000
commitcf56e1101957c09cb4aafcf28a89658c4649c511 (patch)
treea75c4465c4fdf92c587e276c2ce0e9748ad1f1f4 /post
parent198ea9e294e38cea49f9f2d9b911bdfdd20e48dc (diff)
downloadtalos-obmc-uboot-cf56e1101957c09cb4aafcf28a89658c4649c511.tar.gz
talos-obmc-uboot-cf56e1101957c09cb4aafcf28a89658c4649c511.zip
Add Auto-MDIX support for INCA-IP
Diffstat (limited to 'post')
-rw-r--r--post/ether.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/post/ether.c b/post/ether.c
index b041a43a99..47aa3526b8 100644
--- a/post/ether.c
+++ b/post/ether.c
@@ -358,10 +358,10 @@ CPM_CR_CH_SCC4 };
*/
immr->im_cpm.cp_scc[scc_index].scc_gsmrl = (SCC_GSMRL_TCI |
- SCC_GSMRL_TPL_48 |
- SCC_GSMRL_TPP_10 |
- SCC_GSMRL_DIAG_LOOP |
- SCC_GSMRL_MODE_ENET);
+ SCC_GSMRL_TPL_48 |
+ SCC_GSMRL_TPP_10 |
+ SCC_GSMRL_DIAG_LOOP |
+ SCC_GSMRL_MODE_ENET);
/*
* Initialize the DSR -- see section 13.14.4 (pg. 513) v0.4
OpenPOWER on IntegriCloud