]> Git Repo - u-boot.git/commitdiff
sunxi: Register usb_ether
authorMaxime Ripard <[email protected]>
Wed, 6 Sep 2017 20:25:03 +0000 (22:25 +0200)
committerMaxime Ripard <[email protected]>
Tue, 3 Oct 2017 17:12:05 +0000 (19:12 +0200)
Call the function to register the usb_ether gadget in the board.

Reviewed-by: Ɓukasz Majewski <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Signed-off-by: Maxime Ripard <[email protected]>
board/sunxi/board.c

index f9224360d75867fa8c00b10dce950aab44b0e9ef..610fa89056efda5594de5a60ed789920fa9a0fcf 100644 (file)
@@ -737,6 +737,8 @@ int misc_init_r(void)
                return ret;
 #endif
 
+       usb_ether_init();
+
        return 0;
 }
 
This page took 0.036062 seconds and 4 git commands to generate.