Re: [PATCH 15/15] disk: part: Handle blkmap device in print_part_header()

2023-10-01 Thread Simon Glass
On Tue, 26 Sept 2023 at 04:10, Bin Meng wrote: > > Print out the blkmap device type when showing partition header for > a blkmap device. > > Signed-off-by: Bin Meng > > --- > > disk/part.c | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Simon Glass

[PATCH 15/15] disk: part: Handle blkmap device in print_part_header()

2023-09-26 Thread Bin Meng
Print out the blkmap device type when showing partition header for a blkmap device. Signed-off-by: Bin Meng --- disk/part.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/disk/part.c b/disk/part.c index 493e04943b..6997a89775 100644 --- a/disk/part.c +++ b/disk/part.c @@ -309,6 +309,9