summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
Diffstat (limited to 'board')
-rw-r--r--board/freescale-mx35-3-stack/3stack.c2
-rw-r--r--board/imx27ads/imx27ads.c2
-rw-r--r--board/pcm038/pcm038.c2
-rw-r--r--board/pcm043/pcm043.c2
4 files changed, 4 insertions, 4 deletions
diff --git a/board/freescale-mx35-3-stack/3stack.c b/board/freescale-mx35-3-stack/3stack.c
index 5a3b102fcf..269b24195e 100644
--- a/board/freescale-mx35-3-stack/3stack.c
+++ b/board/freescale-mx35-3-stack/3stack.c
@@ -60,7 +60,7 @@ static struct fec_platform_data fec_info = {
};
static struct device_d fec_dev = {
- .name = "fec_imx27",
+ .name = "fec_imx",
.id = "eth0",
.map_base = 0x50038000,
.platform_data = &fec_info,
diff --git a/board/imx27ads/imx27ads.c b/board/imx27ads/imx27ads.c
index 5ce8b8e5c2..f1b635dbe0 100644
--- a/board/imx27ads/imx27ads.c
+++ b/board/imx27ads/imx27ads.c
@@ -57,7 +57,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,
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,
diff --git a/board/pcm043/pcm043.c b/board/pcm043/pcm043.c
index 999a6419f5..b663a23ce5 100644
--- a/board/pcm043/pcm043.c
+++ b/board/pcm043/pcm043.c
@@ -57,7 +57,7 @@ static struct fec_platform_data fec_info = {
};
static struct device_d fec_dev = {
- .name = "fec_imx27",
+ .name = "fec_imx",
.id = "eth0",
.map_base = 0x50038000,
.platform_data = &fec_info,