From: Fabio Estevam Date: Tue, 21 Aug 2012 10:01:58 +0000 (+0000) Subject: mx53ard: Use IMX_GPIO_NR macro X-Git-Tag: v2025.01-rc5-pxa1908~17407 X-Git-Url: http://git.dujemihanovic.xyz/repo?a=commitdiff_plain;h=5c8d14dfd978eb787307298110a32329e989e6ab;p=u-boot.git mx53ard: Use IMX_GPIO_NR macro Signed-off-by: Fabio Estevam --- 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 #include -#define ETHERNET_INT (1 * 32 + 31) /* GPIO2_31 */ +#define ETHERNET_INT IMX_GPIO_NR(2, 31) DECLARE_GLOBAL_DATA_PTR;