diff options
Diffstat (limited to 'include/configs/iconnect.h')
-rw-r--r-- | include/configs/iconnect.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/configs/iconnect.h b/include/configs/iconnect.h index 44a4b4409f..cb4cf9beb7 100644 --- a/include/configs/iconnect.h +++ b/include/configs/iconnect.h @@ -26,9 +26,6 @@ #ifdef CONFIG_CMD_NET #define CONFIG_MVGBE_PORTS {1, 0} /* enable port 0 only */ #define CONFIG_PHY_BASE_ADR 11 -#ifdef CONFIG_RESET_PHY_R -#undef CONFIG_RESET_PHY_R /* remove legacy reset_phy() */ -#endif #endif /* CONFIG_CMD_NET */ #endif /* _CONFIG_ICONNECT_H */ |