diff options
-rw-r--r-- | ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c b/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c index 4fca50a6b3..8fe1277b6b 100644 --- a/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c +++ b/ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c @@ -43,7 +43,6 @@ typedef struct { typedef enum {
PropertyTypeUnknown,
PropertyTypeVirtio,
- PropertyTypeUart,
PropertyTypeXen,
} PROPERTY_TYPE;
@@ -54,7 +53,6 @@ typedef struct { STATIC CONST PROPERTY CompatibleProperties[] = {
{ PropertyTypeVirtio, "virtio,mmio" },
- { PropertyTypeUart, "arm,pl011" },
{ PropertyTypeXen, "xen,xen" },
{ PropertyTypeUnknown, "" }
};
|