summaryrefslogtreecommitdiffstats
path: root/cpu/mpc5xxx
diff options
context:
space:
mode:
author <m8@hekate.semihalf.com>2005-08-09 14:48:07 +0200
committer <m8@hekate.semihalf.com>2005-08-09 14:48:07 +0200
commitf1340e2273e881a454cf56b828f35f0de76cca54 (patch)
tree16baff96ca47df447f9f47a21dda5df2e43e1942 /cpu/mpc5xxx
parent700a0c648df72f2c8e0589c0d0470b5ffd7cab7b (diff)
downloadtalos-obmc-uboot-f1340e2273e881a454cf56b828f35f0de76cca54.tar.gz
talos-obmc-uboot-f1340e2273e881a454cf56b828f35f0de76cca54.zip
Added support for O2DNT board.
Diffstat (limited to 'cpu/mpc5xxx')
-rw-r--r--cpu/mpc5xxx/fec.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/mpc5xxx/fec.c b/cpu/mpc5xxx/fec.c
index d29310787d..2be4ca7413 100644
--- a/cpu/mpc5xxx/fec.c
+++ b/cpu/mpc5xxx/fec.c
@@ -872,7 +872,7 @@ int mpc5xxx_fec_initialize(bd_t * bis)
#if defined(CONFIG_CANMB) || defined(CONFIG_HMI1001) || \
defined(CONFIG_ICECUBE) || defined(CONFIG_INKA4X0) || \
defined(CONFIG_PM520) || defined(CONFIG_TOP5200) || \
- defined(CONFIG_TQM5200)
+ defined(CONFIG_TQM5200) || defined(CONFIG_O2DNT)
# ifndef CONFIG_FEC_10MBIT
fec->xcv_type = MII100;
# else
OpenPOWER on IntegriCloud