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-Url: http://git.dujemihanovic.xyz/img/sics.gif?a=commitdiff_plain;h=d21bbb98cc203dce7c646d2a2a399ed47fa3cc3f;p=u-boot.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)