Re: [U-Boot] [PATCH v2 04/40] dm: sata: Adjust the 'sata' 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 'sata' command, adjust it to use > the common function. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > cmd/sata.c | 83 > +-

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

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