[PATCH 09/11] mx25-3stack, pcm043: use IMX_FEC_BASE define

Marc Kleine-Budde mkl at pengutronix.de
Mon Nov 23 07:06:21 EST 2009


Signed-off-by: Marc Kleine-Budde <mkl at pengutronix.de>
---
 board/freescale-mx25-3-stack/3stack.c |    2 +-
 board/pcm043/pcm043.c                 |    2 +-
 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 3acc46b..3ee87e3 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 a396ff7..24a2851 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,
 };
 
-- 
1.6.5.2





More information about the barebox mailing list