summaryrefslogtreecommitdiffstats
path: root/board/freescale/mx53ard/mx53ard.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/freescale/mx53ard/mx53ard.c')
-rw-r--r--board/freescale/mx53ard/mx53ard.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/freescale/mx53ard/mx53ard.c b/board/freescale/mx53ard/mx53ard.c
index 2d21584b33..01eca81ba7 100644
--- a/board/freescale/mx53ard/mx53ard.c
+++ b/board/freescale/mx53ard/mx53ard.c
@@ -33,7 +33,7 @@
#include <fsl_esdhc.h>
#include <asm/gpio.h>
-#define ETHERNET_INT (1 * 32 + 31) /* GPIO2_31 */
+#define ETHERNET_INT IMX_GPIO_NR(2, 31)
DECLARE_GLOBAL_DATA_PTR;
OpenPOWER on IntegriCloud