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:
28f393c
)
usb: board: goni: Add default board_usb_cleanup() definition for Goni board
author
Lukasz Majewski
<l.majewski@samsung.com>
Tue, 3 Mar 2015 16:32:04 +0000
(17:32 +0100)
committer
Marek Vasut
<marex@denx.de>
Tue, 14 Apr 2015 03:48:11 +0000
(
05:48
+0200)
This definition is necessary for S5PC110 based GONI board to work properly.
Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
board/samsung/goni/goni.c
patch
|
blob
|
history
diff --git
a/board/samsung/goni/goni.c
b/board/samsung/goni/goni.c
index 58cf96eaa84f49bcd9ce47a3f2476504deb783be..d943d63eca04bb2a4e2d3ddb8d0f0ab5668afa53 100644
(file)
--- a/
board/samsung/goni/goni.c
+++ b/
board/samsung/goni/goni.c
@@
-206,3
+206,8
@@
int misc_init_r(void)
return 0;
}
#endif
+
+int board_usb_cleanup(int index, enum usb_init_type init)
+{
+ return 0;
+}