]> git.baikalelectronics.ru Git - uboot.git/commitdiff
configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR
authorTim Harvey <tharvey@gateworks.com>
Fri, 4 Nov 2022 15:50:23 +0000 (08:50 -0700)
committerStefano Babic <sbabic@denx.de>
Tue, 8 Nov 2022 16:35:00 +0000 (17:35 +0100)
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.

This was previously done in commit c5169b4f156a
("configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR")
but got clobbered by commit 0d123e98b705
("Convert CONFIG_SYS_BARGSIZE to Kconfig")

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

index 44c6bc331dc7fa00c87ad11e1c16aa8b816777c7..6ecc3477f1b619a8b37094cf5d370ecca9fd2cfd 100644 (file)
@@ -82,8 +82,4 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE                        SZ_4G
 
-/* FEC */
-#define CONFIG_FEC_MXC_PHYADDR          0
-#define FEC_QUIRK_ENET_MAC
-
 #endif
index 6694820e76e5689a9dd2f5104c6598b10081668f..4266eb076029af12fee9140480fd113a92cca6ff 100644 (file)
@@ -76,8 +76,4 @@
 #define PHYS_SDRAM                      0x40000000
 #define PHYS_SDRAM_SIZE                        SZ_4G
 
-/* FEC */
-#define CONFIG_FEC_MXC_PHYADDR          0
-#define FEC_QUIRK_ENET_MAC
-
 #endif