mirror of
https://git.codelinaro.org/clo/qsdk/oss/boot/u-boot-2016.git
synced 2026-02-16 12:59:12 +01:00
mx53ard: Use IMX_GPIO_NR macro
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
This commit is contained in:
parent
5179a26848
commit
5c8d14dfd9
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue