diff options
author | Jason Liu <r64343@freescale.com> | 2013-04-07 09:10:25 +0800 |
---|---|---|
committer | Jason Liu <r64343@freescale.com> | 2013-04-07 09:33:46 +0800 |
commit | 23fae65a58952ca3de64e68c13c0d3527bec6f0a (patch) | |
tree | 77f45f41d7a173c70e71564b1ccd8f489b04c4d6 /arch/arm/mach-mx6/board-mx6q_arm2.h | |
parent | 49e57ecf2e9aae6a68a1751b8fa5bd58f0b5b851 (diff) |
ENGR00257658 Revert "ENGR00256893-1 MX6Q/DL-Fix Ethernet performance issue
This reverts commit 067c8dcfa79a169d86809272569fe734c4222c79.
i.mx6dl/dq sabreauto/sabresd board will boot up failed
randomly with this patch-set, thus revert it. [Jason]
Signed-off-by: Jason Liu <r64343@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/board-mx6q_arm2.h')
-rw-r--r-- | arch/arm/mach-mx6/board-mx6q_arm2.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/arch/arm/mach-mx6/board-mx6q_arm2.h b/arch/arm/mach-mx6/board-mx6q_arm2.h index 2a6a2052b3f9..8295c6e36905 100644 --- a/arch/arm/mach-mx6/board-mx6q_arm2.h +++ b/arch/arm/mach-mx6/board-mx6q_arm2.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2012, 2013 Freescale Semiconductor, Inc. All Rights Reserved. + * Copyright (C) 2012-2013 Freescale Semiconductor, Inc. All Rights Reserved. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -183,14 +183,10 @@ static iomux_v3_cfg_t mx6q_arm2_pads[] = { /* USBOTG ID pin */ MX6Q_PAD_GPIO_1__USBOTG_ID, -#ifdef CONFIG_MX6_ENET_IRQ_TO_GPIO - MX6Q_PAD_GPIO_6__OBSERVE_MUX_OBSRV_INT_OUT1, -#else /* MLB150 */ MX6Q_PAD_GPIO_3__MLB_MLBCLK, MX6Q_PAD_GPIO_6__MLB_MLBSIG, MX6Q_PAD_GPIO_2__MLB_MLBDAT, -#endif }; static iomux_v3_cfg_t mx6q_arm2_i2c3_pads[] = { |