commit | 6c7e559864d6f3fb6c8702b51b8a55ff2d5245c7 | [log] [tgz] |
---|---|---|
author | Marek Vasut <marex@denx.de> | Mon Mar 06 15:53:42 2023 +0100 |
committer | Stefano Babic <sbabic@denx.de> | Thu Mar 30 13:47:03 2023 +0200 |
tree | 8ee52135ca515b60db48b62f9329c53d185caa5d | |
parent | ecb1c37a7b64e239ee4da2d7f832ce498f439b73 [diff] |
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>