From: Fabio Estevam Date: Tue, 21 Aug 2012 10:01:58 +0000 (+0000) Subject: mx53ard: Use IMX_GPIO_NR macro X-Git-Tag: v2012.10-rc1~149 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5c8d14dfd978eb787307298110a32329e989e6ab;p=platform%2Fkernel%2Fu-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 2d21584..01eca81 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;