mirror of
https://github.com/acidanthera/audk.git
synced 2025-07-25 14:44:28 +02:00
ArmVirtPkg/VirtFdtDxe: remove unused PL011 DT node type
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>
This commit is contained in:
parent
e74f68e7f8
commit
70bff56093
@ -43,7 +43,6 @@ typedef struct {
|
|||||||
typedef enum {
|
typedef enum {
|
||||||
PropertyTypeUnknown,
|
PropertyTypeUnknown,
|
||||||
PropertyTypeVirtio,
|
PropertyTypeVirtio,
|
||||||
PropertyTypeUart,
|
|
||||||
PropertyTypeXen,
|
PropertyTypeXen,
|
||||||
} PROPERTY_TYPE;
|
} PROPERTY_TYPE;
|
||||||
|
|
||||||
@ -54,7 +53,6 @@ typedef struct {
|
|||||||
|
|
||||||
STATIC CONST PROPERTY CompatibleProperties[] = {
|
STATIC CONST PROPERTY CompatibleProperties[] = {
|
||||||
{ PropertyTypeVirtio, "virtio,mmio" },
|
{ PropertyTypeVirtio, "virtio,mmio" },
|
||||||
{ PropertyTypeUart, "arm,pl011" },
|
|
||||||
{ PropertyTypeXen, "xen,xen" },
|
{ PropertyTypeXen, "xen,xen" },
|
||||||
{ PropertyTypeUnknown, "" }
|
{ PropertyTypeUnknown, "" }
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user