pci: Remove duplicate PCI_REGION_IO / "io" line
authorPali Rohár <pali@kernel.org>
Thu, 15 Sep 2022 13:54:45 +0000 (15:54 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 29 Sep 2022 14:10:39 +0000 (10:10 -0400)
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Stefan Roese <sr@denx.de>
cmd/pci.c

index 6258699..58a7475 100644 (file)
--- a/cmd/pci.c
+++ b/cmd/pci.c
@@ -452,7 +452,6 @@ static const struct pci_flag_info {
        { PCI_REGION_PREFETCH, "prefetch" },
        { PCI_REGION_SYS_MEMORY, "sysmem" },
        { PCI_REGION_RO, "readonly" },
-       { PCI_REGION_IO, "io" },
 };
 
 static void pci_show_regions(struct udevice *bus)