mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 13:11:31 +00:00
usb: board: goni: Add default board_usb_cleanup() definition for Goni board
This definition is necessary for S5PC110 based GONI board to work properly. Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
This commit is contained in:
parent
28f393cd5a
commit
1118ecd76a
1 changed files with 5 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue