diff options
author | Oleksandr Suvorov | 2021-02-09 10:38:13 +0200 |
---|---|---|
committer | Stefano Babic | 2021-03-01 10:21:36 +0100 |
commit | 91026456f401794ca1c6da00ee653e7a0833ee2a (patch) | |
tree | 416f71b03e2c0e7565dc4d00f4ebb6f08327b433 /include/configs/apalis-imx8.h | |
parent | e5da517c285ad389547cc80f8eadf5687a2d2fa2 (diff) |
board: toradex: move RGMII delays to PHY side
The RGMII link delays can be set on either MAC or PHY side. Set the
rgmii-id PHY mode for FEC and remove FEC_ENET_ENABLE_.XC_DELAY
setting, so that these definitions aren't used anymore throughout
the U-Boot.
Signed-off-by: Oleksandr Suvorov <oleksandr.suvorov@toradex.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>
Diffstat (limited to 'include/configs/apalis-imx8.h')
-rw-r--r-- | include/configs/apalis-imx8.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/apalis-imx8.h b/include/configs/apalis-imx8.h index 0260eb4019a..8fe3226cf9d 100644 --- a/include/configs/apalis-imx8.h +++ b/include/configs/apalis-imx8.h @@ -21,8 +21,6 @@ #define CONFIG_ENV_VARS_UBOOT_RUNTIME_CONFIG /* Networking */ -#define FEC_ENET_ENABLE_TXC_DELAY - #define CONFIG_TFTP_TSIZE #define CONFIG_IPADDR 192.168.10.2 |