Re: [U-Boot] [PATCH v2 07/40] dm: usb: Adjust the 'usb' command to use blk_common_cmd()

2017-07-31 Thread Bin Meng
On Sun, Jul 30, 2017 at 1:34 AM, Simon Glass wrote: > Instead of having separate code in the 'usb' command, adjust it to use > the common function. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > cmd/usb.c | 111 > ++ >

[U-Boot] [PATCH v2 07/40] dm: usb: Adjust the 'usb' command to use blk_common_cmd()

2017-07-29 Thread Simon Glass
Instead of having separate code in the 'usb' command, adjust it to use the common function. Signed-off-by: Simon Glass --- Changes in v2: None cmd/usb.c | 111 ++ 1 file changed, 3 insertions(+), 108 deletions(-) diff --git a/cmd/usb