usb: board: samsung: Add default board_usb_cleanup() definition for Exynos SoCs

This definition is necessary for Exynos based boards to work properly.

Signed-off-by: Lukasz Majewski <l.majewski@samsung.com>
master
Lukasz Majewski 10 years ago committed by Marek Vasut
parent 2d48aa69bd
commit 28f393cd5a
  1. 6
      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;
@ -386,3 +387,8 @@ void reset_misc(void)
dm_gpio_set_value(&gpio, 1);
}
}
int board_usb_cleanup(int index, enum usb_init_type init)
{
return 0;
}

Loading…
Cancel
Save