summaryrefslogtreecommitdiffstats
path: root/cpu/mpc8xx/fec.c
diff options
context:
space:
mode:
authorMarkus Klotzbuecher <mk@denx.de>2006-07-12 15:26:01 +0200
committerMarkus Klotzbuecher <mk@pollux.denx.de>2006-07-12 15:26:01 +0200
commit090eb73510838c0e8c20d80eea0d7f9e774ff6b5 (patch)
treee64701554fe3f14e73d29657328e66ccee04c64f /cpu/mpc8xx/fec.c
parentd6cc73e4e70a7f8712c52ef9d93a19a906cc3d4b (diff)
downloadbarebox-090eb73510838c0e8c20d80eea0d7f9e774ff6b5.tar.gz
barebox-090eb73510838c0e8c20d80eea0d7f9e774ff6b5.tar.xz
Add support for TQM885D board.
Patch by Martin Krause, 20 Mar 2006 Signed-off-by: Martin Krause <martin.krause@tqs.de>
Diffstat (limited to 'cpu/mpc8xx/fec.c')
-rw-r--r--cpu/mpc8xx/fec.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpu/mpc8xx/fec.c b/cpu/mpc8xx/fec.c
index 9ebee592d8..6d2755e830 100644
--- a/cpu/mpc8xx/fec.c
+++ b/cpu/mpc8xx/fec.c
@@ -510,8 +510,6 @@ static void fec_pin_init(int fecidx)
#if defined(CONFIG_MPC885_FAMILY) /* MPC87x/88x have got 2 FECs and different pinout */
#if !defined(CONFIG_RMII)
-
-#warning this configuration is not tested; please report if it works
immr->im_cpm.cp_pepar |= 0x0003fffc;
immr->im_cpm.cp_pedir |= 0x0003fffc;
immr->im_cpm.cp_peso &= ~0x000087fc;