mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-11-26 21:21:29 +01:00
This USB Ethernet driver is quite widely use. Allow it to work with CONFIG_DM_ETH enabled. Most of the code remains common but there is a new packet receive flow which is handled specially. Signed-off-by: Simon Glass <sjg@chromium.org>