
3 Mar
2015
3 Mar
'15
5:32 p.m.
This definition is necessary for Exynos based boards to work properly.
Signed-off-by: Lukasz Majewski l.majewski@samsung.com --- board/samsung/common/board.c | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/board/samsung/common/board.c b/board/samsung/common/board.c index 6c7f59b..7b10877 100644 --- a/board/samsung/common/board.c +++ b/board/samsung/common/board.c @@ -25,6 +25,7 @@ #include <asm/arch/sromc.h> #include <lcd.h> #include <samsung/misc.h> +#include <usb.h>
DECLARE_GLOBAL_DATA_PTR;
@@ -380,3 +381,8 @@ void reset_misc(void) dm_gpio_set_value(&gpio, 1); } } + +int board_usb_cleanup(int index, enum usb_init_type init) +{ + return 0; +}
--
2.0.0.rc2