]> git.dujemihanovic.xyz Git - u-boot.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)
commite083a47297e8e4805ecbfd12991bcf8643981fa8
tree32158416d256281739330fb05fa92b280cccdd75
parentbcf343146ff365a88481b9a80920ed146c6dee5b
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