]> git.proxmox.com Git - mirror_edk2.git/commitdiff
ArmVirtPkg/VirtFdtDxe: remove unused PL011 DT node type
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Fri, 8 Apr 2016 09:45:07 +0000 (11:45 +0200)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Wed, 13 Apr 2016 15:26:06 +0000 (17:26 +0200)
This type is not used in the code, so drop the definitions.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Laszlo Ersek <lersek@redhat.com>
ArmVirtPkg/VirtFdtDxe/VirtFdtDxe.c

index 4fca50a6b34798765115d1d39145ea760f06bfa4..8fe1277b6b498884552184aba9f140bd512bc16c 100644 (file)
@@ -43,7 +43,6 @@ typedef struct {
 typedef enum {\r
   PropertyTypeUnknown,\r
   PropertyTypeVirtio,\r
-  PropertyTypeUart,\r
   PropertyTypeXen,\r
 } PROPERTY_TYPE;\r
 \r
@@ -54,7 +53,6 @@ typedef struct {
 \r
 STATIC CONST PROPERTY CompatibleProperties[] = {\r
   { PropertyTypeVirtio,  "virtio,mmio"           },\r
-  { PropertyTypeUart,    "arm,pl011"             },\r
   { PropertyTypeXen,     "xen,xen"               },\r
   { PropertyTypeUnknown, ""                      }\r
 };\r