[U-Boot] [PATCH 02/14] usb: board: goni: Add default board_usb_cleanup() definition for Goni board
Lukasz Majewski
l.majewski at samsung.com
Tue Mar 3 17:32:04 CET 2015
This definition is necessary for S5PC110 based GONI board to work properly.
Signed-off-by: Lukasz Majewski <l.majewski at samsung.com>
---
board/samsung/goni/goni.c | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/board/samsung/goni/goni.c b/board/samsung/goni/goni.c
index 58cf96e..d943d63 100644
--- 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;
+}
--
2.0.0.rc2
More information about the U-Boot
mailing list