提交 4e828d9c 编写于 作者: F Fabien Parent 提交者: Tom Rini

board: mediatek: mt8516: init USB Ether for pumpkin board

Init USB Ether if CONFIG_USB_ETHER is enabled.
Signed-off-by: NFabien Parent <fparent@baylibre.com>
上级 86e07d59
......@@ -5,6 +5,7 @@
#include <common.h>
#include <dm.h>
#include <net.h>
int board_init(void)
{
......@@ -24,5 +25,8 @@ int board_late_init(void)
}
}
if (CONFIG_IS_ENABLED(USB_ETHER))
usb_ether_init();
return 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册