From d21bbb98cc203dce7c646d2a2a399ed47fa3cc3f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pali=20Roh=C3=A1r?= Date: Thu, 15 Sep 2022 15:54:45 +0200 Subject: [PATCH] pci: Remove duplicate PCI_REGION_IO / "io" line MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Pali Rohár Reviewed-by: Bin Meng Reviewed-by: Stefan Roese --- cmd/pci.c | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/pci.c b/cmd/pci.c index 6258699..58a7475 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) -- 2.7.4