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

2017-08-22 Thread Bin Meng
Hi Lothar, On Tue, Aug 22, 2017 at 2:41 PM, Lothar Waßmann wrote: > Hi, > > On Mon, 21 Aug 2017 21:53:41 -0700 Bin Meng wrote: >> There are already two macros LBAF and LBAFU to aid formatted print >> with lbaint_t variables. Now let's add another one LBAFD and use it >> in the common block comma

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

2017-08-21 Thread Lothar Waßmann
Hi, On Mon, 21 Aug 2017 21:53:41 -0700 Bin Meng wrote: > There are already two macros LBAF and LBAFU to aid formatted print > with lbaint_t variables. Now let's add another one LBAFD and use it > in the common block command codes. > > Signed-off-by: Bin Meng > --- > > cmd/blk_common.c | 10 +++

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

2017-08-21 Thread Bin Meng
There are already two macros LBAF and LBAFU to aid formatted print with lbaint_t variables. Now let's add another one LBAFD and use it in the common block command codes. Signed-off-by: Bin Meng --- cmd/blk_common.c | 10 -- include/blk.h| 1 + 2 files changed, 5 insertions(+), 6 de