diff options
| author | Maxime Ripard <[email protected]> | 2017-09-06 22:25:03 +0200 |
|---|---|---|
| committer | Maxime Ripard <[email protected]> | 2017-10-03 19:12:05 +0200 |
| commit | 90dd2f19d6bd9f38a500ee7cb2986fd929b6cbea (patch) | |
| tree | 45b02e3f4775e7a3d5b7d476385bb01bec4d2b90 | |
| parent | 3a61b080acee941a1b14b709b58ff9cde0b367bc (diff) | |
sunxi: Register usb_ether
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]>
| -rw-r--r-- | board/sunxi/board.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/board/sunxi/board.c b/board/sunxi/board.c index f9224360d75..610fa89056e 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; } |
