From db378d786df0675aa6fc795a2198d000fddd33cc Mon Sep 17 00:00:00 2001 From: Kishon Vijay Abraham I Date: Mon, 23 Feb 2015 18:40:18 +0530 Subject: common: cmd_dfu: invoke board_usb_cleanup() for cleaning up Invoked board_usb_cleanup for cleaning up initialized USB. It will be invoked if the user enterts ctrl-C. Signed-off-by: Kishon Vijay Abraham I Reviewed-by: Lukasz Majewski --- common/usb.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'common/usb.c') diff --git a/common/usb.c b/common/usb.c index bf76c41593..d94640a99e 100644 --- a/common/usb.c +++ b/common/usb.c @@ -1090,4 +1090,10 @@ int board_usb_init(int index, enum usb_init_type init) { return 0; } + +__weak +int board_usb_cleanup(int index, enum usb_init_type init) +{ + return 0; +} /* EOF */ -- cgit v1.2.1