summaryrefslogtreecommitdiff
path: root/cmd/pci.c
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2022-09-29 16:06:19 -0400
committerTom Rini <trini@konsulko.com>2022-09-29 16:06:19 -0400
commit97c0a9c5708dc60d82cad721a8b882f0ce37e83d (patch)
tree03b432017b1ee4aa9a76cf17ce0dad329ec18ad8 /cmd/pci.c
parentd779fc399ce838160fb842543a53524b04564eda (diff)
parent76f921eb95d5b814f973a263187db509d6f03903 (diff)
Merge branch '2022-09-29-assorted-fixes'
- Assorted fixes we want to include before the release.
Diffstat (limited to 'cmd/pci.c')
-rw-r--r--cmd/pci.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/pci.c b/cmd/pci.c
index 6258699fec8..58a74755c8b 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)