Re: [U-Boot] [u-boot 35/40] common: cmd_dfu: invoke board_usb_cleanup() for cleaning up

2015-02-16 Thread Lukasz Majewski
Hi Kishon, 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 kis...@ti.com --- common/cmd_dfu.c |1 + common/usb.c |7 +++ 2 files changed, 8 insertions(+) diff --git

[U-Boot] [u-boot 35/40] common: cmd_dfu: invoke board_usb_cleanup() for cleaning up

2015-02-06 Thread Kishon Vijay Abraham I
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 kis...@ti.com --- common/cmd_dfu.c |1 + common/usb.c |7 +++ 2 files changed, 8 insertions(+) diff --git a/common/cmd_dfu.c