Skip to content

Commit d1e47a5

Browse files
committed
mimxrt/boards/MIMXRT1170_EVK: Remove obsolete pin defines.
The definitions from pins.csv are used directly in mimxrt/eth.c Signed-off-by: Andrew Leech <[email protected]>
1 parent f230fca commit d1e47a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

ports/mimxrt/boards/MIMXRT1170_EVK/mpconfigboard.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,10 +175,6 @@
175175
#define ENET_1_PHY_OPS phyrtl8211f_ops
176176

177177
// 1G Ethernet PIN definitions
178-
// No INT pin for ENET_1G
179-
#define ENET_1_RESET_PIN &pin_GPIO_DISP_B2_13
180-
#define ENET_1_INT_PIN NULL
181-
182178
#define IOMUX_TABLE_ENET_1 \
183179
{ IOMUXC_GPIO_DISP_B1_00_ENET_1G_RX_EN, 0, 0x08U }, \
184180
{ IOMUXC_GPIO_DISP_B1_01_ENET_1G_RX_CLK, 0, 0x08U }, \

0 commit comments

Comments
 (0)