]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: blk: Use LBAFU in the common block command
authorBin Meng <bmeng.cn@gmail.com>
Wed, 13 Sep 2017 02:00:36 +0000 (19:00 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 15 Sep 2017 12:05:10 +0000 (08:05 -0400)
commite2888a7fa7f8d23396c4b25ea763fe1f38851b3d
tree09401d77ba44f5da46481444ee3c029a1a3d07af
parent723b43daec7ee2ddb600cfcb9b0253d4a71c3915
cmd: blk: Use LBAFU in the common block command

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 <bmeng.cn@gmail.com>
cmd/blk_common.c