summaryrefslogtreecommitdiffstats
path: root/arch/ppc/boards
diff options
context:
space:
mode:
Diffstat (limited to 'arch/ppc/boards')
-rw-r--r--arch/ppc/boards/pcm030/pcm030.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ppc/boards/pcm030/pcm030.c b/arch/ppc/boards/pcm030/pcm030.c
index ae7f7f8c96..f9bed7998b 100644
--- a/arch/ppc/boards/pcm030/pcm030.c
+++ b/arch/ppc/boards/pcm030/pcm030.c
@@ -35,7 +35,7 @@
#include <fs.h>
static struct fec_platform_data fec_info = {
- .xcv_type = MII100,
+ .xcv_type = PHY_INTERFACE_MODE_MII,
};
static int devices_init (void)