From: Pali Rohár Date: Thu, 15 Sep 2022 13:54:45 +0000 (+0200) Subject: pci: Remove duplicate PCI_REGION_IO / "io" line X-Git-Tag: baikal/mips/sdk5.8.2~5^2~207^2~1 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=56534877947509a881ebf05790a1670f9263d419;p=uboot.git pci: Remove duplicate PCI_REGION_IO / "io" line Signed-off-by: Pali Rohár Reviewed-by: Bin Meng Reviewed-by: Stefan Roese --- diff --git a/cmd/pci.c b/cmd/pci.c index 6258699fec..58a74755c8 100644 --- 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)