]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
common: cmd_dfu: invoke board_usb_cleanup() for cleaning up
authorKishon Vijay Abraham I <kishon@ti.com>
Mon, 23 Feb 2015 13:10:18 +0000 (18:40 +0530)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 8 Sep 2015 19:47:11 +0000 (21:47 +0200)
commitcf1481e54d7d7948c55bb96ecdc2b7e217b48293
tree6797bfb99a849f90f0e295d72294668c575df89d
parentba64374e288419d7de52f70d588847e34926a732
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 <kishon@ti.com>
Reviewed-by: Lukasz Majewski <l.majewski@samsung.com>
common/cmd_dfu.c
common/usb.c