summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-02-21 01:31:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2009-03-19 12:21:48 +0100
commit2703e60e4329c69cf0e1bc6300ad8428c63b7adf (patch)
tree2ef57bb78679e4f72c1c0a6c0face0ae646d2e0d /board
parentee36cf25b5d8db7031caec91cb1e2babef509bac (diff)
downloadbarebox-2703e60e4329c69cf0e1bc6300ad8428c63b7adf.tar.gz
barebox-2703e60e4329c69cf0e1bc6300ad8428c63b7adf.tar.xz
fec imx27: rename to fec_imx
This driver is not only used on i.MX27 but on i.MX35 and i.MX25, so rename it to a more generic name Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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,