]> git.ipfire.org Git - thirdparty/u-boot.git/commit
disk: part: Handle blkmap device in print_part_header()
authorBin Meng <bmeng@tinylab.org>
Tue, 26 Sep 2023 08:43:45 +0000 (16:43 +0800)
committerTom Rini <trini@konsulko.com>
Tue, 10 Oct 2023 20:30:45 +0000 (16:30 -0400)
commit5fdd48066e8a055576294c3846be8ea3914e7902
tree8a5006ab4a8b4c96494c0973706e0fe8eb738aed
parent893e67883b0889b4cc4090664117e5b312ac7ff6
disk: part: Handle blkmap device in print_part_header()

Print out the blkmap device type when showing partition header for
a blkmap device.

Signed-off-by: Bin Meng <bmeng@tinylab.org>
Reviewed-by: Simon Glass <sjg@chromium.org>
disk/part.c