diff options
| author | Pali Rohár <[email protected]> | 2022-09-15 15:54:45 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2022-09-29 10:10:39 -0400 |
| commit | d21bbb98cc203dce7c646d2a2a399ed47fa3cc3f (patch) | |
| tree | 70872a5737d5ae38799e0c9a7d83dc9eb8a919a5 /cmd/pci.c | |
| parent | 316590db29b484209dbc3c3d60561168d0f7263c (diff) | |
pci: Remove duplicate PCI_REGION_IO / "io" line
Signed-off-by: Pali Rohár <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Stefan Roese <[email protected]>
Diffstat (limited to 'cmd/pci.c')
| -rw-r--r-- | cmd/pci.c | 1 |
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) |
