[U-Boot] [PATCH 11/13] sunxi: Register usb_ether
Maxime Ripard
maxime.ripard at free-electrons.com
Fri Sep 8 17:34:22 UTC 2017
Call the function to register the usb_ether gadget in the board.
Signed-off-by: Maxime Ripard <maxime.ripard at free-electrons.com>
---
board/sunxi/board.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/board/sunxi/board.c b/board/sunxi/board.c
index f9224360d758..610fa89056ef 100644
--- a/board/sunxi/board.c
+++ b/board/sunxi/board.c
@@ -737,6 +737,8 @@ int misc_init_r(void)
return ret;
#endif
+ usb_ether_init();
+
return 0;
}
--
git-series 0.9.1
More information about the U-Boot
mailing list