]> git.dujemihanovic.xyz Git - u-boot.git/commit
pico-imx7d: Remove board_phy_config()
authorFabio Estevam <festevam@denx.de>
Fri, 3 Nov 2023 22:47:33 +0000 (19:47 -0300)
committerFabio Estevam <festevam@gmail.com>
Wed, 13 Dec 2023 13:02:04 +0000 (10:02 -0300)
commit99da64e1efce5eaa59c78cc6e7586d014b5917ef
treef85faddc1618b85f9fab683bbd4b4febefb93308
parent62b1bbdfdf453e8438c404b4ea40e63ee60f03e9
pico-imx7d: Remove board_phy_config()

With Ethernet DM in place, there is no longer the need for having
the board_phy_config() anymore.

Remove it.

Tested on imx7d-pico-pi board:

=> setenv autoload no
=> dhcp
BOOTP broadcast 1
*** Unhandled DHCP Option in OFFER/ACK: 42
DHCP client bound to address 192.168.0.138 (138 ms)
=> tftp zImage
Using ethernet@30be0000 device
TFTP from server 192.168.0.16; our IP address is 192.168.0.138
Filename 'zImage'.
Load address: 0x80800000
Loading: #################################################################
....
 #################################################################
 ##########
 4.3 MiB/s
done
Bytes transferred = 9034120 (89d988 hex)

Signed-off-by: Fabio Estevam <festevam@denx.de>
board/technexion/pico-imx7d/pico-imx7d.c