configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR
authorTim Harvey <tharvey@gateworks.com>
Fri, 29 Apr 2022 16:54:04 +0000 (09:54 -0700)
committerStefano Babic <sbabic@denx.de>
Fri, 20 May 2022 07:30:28 +0000 (09:30 +0200)
The IMX8M based Venice boards all have device-tree fec nodes that
use proper dt with a phy-handle pointing to a phy with reg assigned
to the proper phy address.

There is no need to keep using the CONFIG_FEC_MXC_PHYADDR hack when
a proper dt is used - remove it.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
include/configs/imx8mm_venice.h
include/configs/imx8mn_venice.h

index f3dad2561009b11d0723310eaa5c1dd27f1b36ca..856f2adbd215b201090864160c0d88b5c9860149 100644 (file)
                                        sizeof(CONFIG_SYS_PROMPT) + 16)
 
 /* FEC */
-#define CONFIG_FEC_MXC_PHYADDR          0
 #define FEC_QUIRK_ENET_MAC
 
 #endif
index dcb5baf6eb49659c51a629d68d51f186d99425e4..578302d10a61deb01f4b5e0a7c511610ecb64405 100644 (file)
                                        sizeof(CONFIG_SYS_PROMPT) + 16)
 
 /* FEC */
-#define CONFIG_FEC_MXC_PHYADDR          0
 #define FEC_QUIRK_ENET_MAC
 
 #endif