]> git.baikalelectronics.ru Git - uboot.git/commit
net: Pull board_interface_eth_init() into common code
authorMarek Vasut <marex@denx.de>
Mon, 6 Mar 2023 14:53:42 +0000 (15:53 +0100)
committerStefano Babic <sbabic@denx.de>
Thu, 30 Mar 2023 11:47:03 +0000 (13:47 +0200)
commitd88a9b5fc819a3018296888ba47dc6e6c51b90d3
tree8ee52135ca515b60db48b62f9329c53d185caa5d
parent3e2683d05d9faddad7b7fbe04431a45333b9d0aa
net: Pull board_interface_eth_init() into common code

Move the board_interface_eth_init() into common ethernet uclass code,
since this function could be shared by multiple drivers.

Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Marek Vasut <marex@denx.de>
drivers/net/dwc_eth_qos.c
net/eth-uclass.c