sunxi: Register usb_ether

Call the function to register the usb_ether gadget in the board.

Reviewed-by: Ɓukasz Majewski <lukma@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
diff --git a/board/sunxi/board.c b/board/sunxi/board.c
index f922436..610fa89 100644
--- a/board/sunxi/board.c
+++ b/board/sunxi/board.c
@@ -737,6 +737,8 @@
 		return ret;
 #endif
 
+	usb_ether_init();
+
 	return 0;
 }