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)
commite9e03e7984ae68be9970153948e5987cb8fa394c
tree776b82173b97208f4a66f3e42b4e46e2a1769704
parent37fa34f727cc2816893382409d5b339cf01c0ff3
configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR

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 400eebf10d9b
("configs: imx8m{m, n}_venice: remove unneeded CONFIG_FEC_MXC_PHYADDR")
but got clobbered by commit 6889412ad5e7
("Convert CONFIG_SYS_BARGSIZE to Kconfig")

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