summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRussell Robinson Jr <rrobinson@phytec.com>2013-08-09 11:59:05 -0700
committerAnthony Felice <tony.felice@timesys.com>2013-08-28 18:27:03 -0400
commit8d165822614dbdfe257c6edb45c77517a51280d2 (patch)
tree9ffce9602e453ce79b2e595e27effbe308168b68
parenteeb84ab6692203697d819aa547a426139b79a2f5 (diff)
pcm052: fec1: fixing wrong fec1 mii base addr
Signed-off-by: Russell Robinson Jr <rrobinson@phytec.com>
-rw-r--r--include/configs/pcm052.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/configs/pcm052.h b/include/configs/pcm052.h
index f64ea3cd21..77c19c1fc6 100644
--- a/include/configs/pcm052.h
+++ b/include/configs/pcm052.h
@@ -157,7 +157,7 @@
# define CONFIG_SYS_FEC0_IOBASE MACNET0_BASE_ADDR
# define CONFIG_SYS_FEC1_IOBASE MACNET1_BASE_ADDR
# define CONFIG_SYS_FEC0_MIIBASE MACNET0_BASE_ADDR
-# define CONFIG_SYS_FEC1_MIIBASE MACNET0_BASE_ADDR
+# define CONFIG_SYS_FEC1_MIIBASE MACNET1_BASE_ADDR
# define MCFFEC_TOUT_LOOP 50000
# undef CONFIG_HAS_ETH1