
8 Sep
2017
8 Sep
'17
7:34 p.m.
Call the function to register the usb_ether gadget in the board.
Signed-off-by: Maxime Ripard maxime.ripard@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