configs: imx8mp_beacon: Fall back to using TF-A
[pandora-u-boot.git] / disk / part.c
index 72241b7..36b8820 100644 (file)
@@ -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,14 +331,20 @@ 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;
        case UCLASS_EFI_MEDIA:
                puts("EFI");
                break;
+       case UCLASS_BLKMAP:
+               puts("BLKMAP");
+               break;
        default:
-               puts("UNKNOWN");
+               printf("UNKNOWN(%d)", desc->uclass_id);
                break;
        }
        printf (" device %d  --   Partition Type: %s\n\n",