projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3a61b08
)
sunxi: Register usb_ether
author
Maxime Ripard
<maxime.ripard@free-electrons.com>
Wed, 6 Sep 2017 20:25:03 +0000
(22:25 +0200)
committer
Maxime Ripard
<maxime.ripard@free-electrons.com>
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 <lukma@denx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
board/sunxi/board.c
patch
|
blob
|
history
diff --git
a/board/sunxi/board.c
b/board/sunxi/board.c
index f9224360d75867fa8c00b10dce950aab44b0e9ef..610fa89056efda5594de5a60ed789920fa9a0fcf 100644
(file)
--- 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;
}