Re: [U-Boot] [PATCH] cmd: blk: Use LBAFU in the common block command

2017-08-22 Thread Bin Meng
On Tue, Aug 22, 2017 at 3:25 PM, Bin Meng wrote: > There is already a macro LBAFU to aid formatted print with lbaint_t > variables. Let's use it in the common block command codes. > > Signed-off-by: Bin Meng > > --- > > Changes in v2: > - Change to use LBAFU > Oops, forget to prefix the email ti

[U-Boot] [PATCH] cmd: blk: Use LBAFU in the common block command

2017-08-22 Thread Bin Meng
There is already a macro LBAFU to aid formatted print with lbaint_t variables. Let's use it in the common block command codes. Signed-off-by: Bin Meng --- Changes in v2: - Change to use LBAFU cmd/blk_common.c | 10 -- 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/cmd/b