]> git.baikalelectronics.ru Git - uboot.git/commit
board: freescale: lx2160a: remove hardcoded ethernet initialization
authorIoana Ciornei <ioana.ciornei@nxp.com>
Wed, 15 Feb 2023 15:31:15 +0000 (17:31 +0200)
committerPeng Fan <peng.fan@nxp.com>
Tue, 14 Mar 2023 10:56:27 +0000 (18:56 +0800)
commit39502d7e759557deb8c5fd27058d1dc7629413bf
tree32158416d256281739330fb05fa92b280cccdd75
parent17a8c57170b2cded8f7a4474314db28e1443468d
board: freescale: lx2160a: remove hardcoded ethernet initialization

The LX2160ARDB board has support for DM_ETH probed devices, which means
that we do not need to manually create an MDIO controller, register it,
create PHYs on it etc.

In order to cleanup the board file a bit, just remove this code entirely.

Signed-off-by: Ioana Ciornei <ioana.ciornei@nxp.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
board/freescale/lx2160a/eth_lx2160ardb.c