summaryrefslogtreecommitdiffstats
path: root/board
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-11-19 12:25:10 +0100
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-11-24 10:01:30 +0100
commitf247d3b1ceb620979e611a1d14984ca8f60de061 (patch)
treeef80d026d906c9f0ac0ed0ba7c7e1833b0937889 /board
parent8dd761338fcbe285855a924fb4bdcd3f42fe7ae3 (diff)
downloadbarebox-f247d3b1ceb620979e611a1d14984ca8f60de061.tar.gz
barebox-f247d3b1ceb620979e611a1d14984ca8f60de061.tar.xz
mx25-3stack, pcm043: use IMX_FEC_BASE define
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'board')
-rw-r--r--board/freescale-mx25-3-stack/3stack.c2
-rw-r--r--board/pcm043/pcm043.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/board/freescale-mx25-3-stack/3stack.c b/board/freescale-mx25-3-stack/3stack.c
index 3acc46bd22..3ee87e355b 100644
--- a/board/freescale-mx25-3-stack/3stack.c
+++ b/board/freescale-mx25-3-stack/3stack.c
@@ -89,7 +89,7 @@ static struct fec_platform_data fec_info = {
static struct device_d fec_dev = {
.name = "fec_imx",
- .map_base = 0x50038000,
+ .map_base = IMX_FEC_BASE,
.platform_data = &fec_info,
};
diff --git a/board/pcm043/pcm043.c b/board/pcm043/pcm043.c
index a396ff70ce..24a2851642 100644
--- a/board/pcm043/pcm043.c
+++ b/board/pcm043/pcm043.c
@@ -63,7 +63,7 @@ static struct fec_platform_data fec_info = {
static struct device_d fec_dev = {
.name = "fec_imx",
- .map_base = 0x50038000,
+ .map_base = IMX_FEC_BASE,
.platform_data = &fec_info,
};