summaryrefslogtreecommitdiffstats
path: root/board/pcm038/pcm038.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/pcm038/pcm038.c')
-rw-r--r--board/pcm038/pcm038.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/pcm038/pcm038.c b/board/pcm038/pcm038.c
index 73a2eae666..1ccdf23bb8 100644
--- a/board/pcm038/pcm038.c
+++ b/board/pcm038/pcm038.c
@@ -74,7 +74,7 @@ static struct fec_platform_data fec_info = {
};
static struct device_d fec_dev = {
- .name = "fec_imx27",
+ .name = "fec_imx",
.id = "eth0",
.map_base = 0x1002b000,
.platform_data = &fec_info,