Signed-off-by: Marc Kleine-Budde <mkl@xxxxxxxxxxxxxx> --- 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 _______________________________________________ u-boot-v2 mailing list u-boot-v2@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/u-boot-v2