From: Maxime Ripard Date: Wed, 6 Sep 2017 20:25:03 +0000 (+0200) Subject: sunxi: Register usb_ether X-Git-Tag: v2017.11-rc2~129^2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=90dd2f19d6bd9f38a500ee7cb2986fd929b6cbea;p=oweals%2Fu-boot.git sunxi: Register usb_ether Call the function to register the usb_ether gadget in the board. Reviewed-by: Ɓukasz Majewski Reviewed-by: Simon Glass Signed-off-by: Maxime Ripard --- diff --git a/board/sunxi/board.c b/board/sunxi/board.c index f9224360d7..610fa89056 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; }