rockchip: dm: prepare rkmtd UCLASS
Prepare a rkmtd UCLASS in use for writing Rockchip boot blocks in combination with existing userspace tools and rockusb command. Signed-off-by: Johan Jonker <jbx6244@gmail.com> Reviewed-by: Kever Yang <kever.yang@rock-chips.com> Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -197,6 +197,7 @@ void dev_print(struct blk_desc *desc)
|
||||
case UCLASS_PVBLOCK:
|
||||
case UCLASS_HOST:
|
||||
case UCLASS_BLKMAP:
|
||||
case UCLASS_RKMTD:
|
||||
printf ("Vendor: %s Rev: %s Prod: %s\n",
|
||||
desc->vendor,
|
||||
desc->revision,
|
||||
@@ -330,6 +331,9 @@ static void print_part_header(const char *type, struct blk_desc *desc)
|
||||
case UCLASS_PVBLOCK:
|
||||
puts("PV BLOCK");
|
||||
break;
|
||||
case UCLASS_RKMTD:
|
||||
puts("RKMTD");
|
||||
break;
|
||||
case UCLASS_VIRTIO:
|
||||
puts("VirtIO");
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user