Re: [U-Boot] [PATCH 02/10] cmd: avb read_rb: print rb_idx in hexadecimal

2018-08-14 Thread Igor Opaniuk
Typo in the commit message "hexadeciaml number", otherwise: Reviewed-by: Igor Opaniuk On 13 August 2018 at 18:53, Jens Wiklander wrote: > Prior to this patch was do_avb_write_rb() reading supplied rb_idx as a > hexadecimal number while do_avb_read_rb() printed the read out rb_idx as > decimal n

[U-Boot] [PATCH 02/10] cmd: avb read_rb: print rb_idx in hexadecimal

2018-08-13 Thread Jens Wiklander
Prior to this patch was do_avb_write_rb() reading supplied rb_idx as a hexadecimal number while do_avb_read_rb() printed the read out rb_idx as decimal number. For consistency change do_avb_read_rb() to print rb_idx as a hexadeciaml number too. Signed-off-by: Jens Wiklander --- cmd/avb.c | 2 +-