commit | 5f51dcc4b781ad3d22087df377727b54b76d238d | [log] [tgz] |
---|---|---|
author | Jens Wiklander <jens.wiklander@linaro.org> | Tue Sep 25 16:40:06 2018 +0200 |
committer | Tom Rini <trini@konsulko.com> | Sun Oct 07 10:47:38 2018 -0400 |
tree | 441e820b48b79fc7a49789bef1744ad51fb6e148 | |
parent | 651a8365b5cf6f428d04a02177f9c1b7f9b05d3c [diff] |
cmd: avb read_rb: print rb_idx in hexadecimal 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 hexadecimal number too. Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>