diff options
author | Felix Held <felix-coreboot@felixheld.de> | 2023-12-15 18:21:48 +0100 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2023-12-17 18:51:08 +0000 |
commit | 6a3d64ab1ca29e07b0ce4413329f22d0adc7ccc3 (patch) | |
tree | d66f7424f436c3e30984f3404a973c66610542ec /src | |
parent | 9b2d96eee2b617b287492f3331e792bd981f6c13 (diff) |
nb,sb/amd/pi/*/pci_devs: drop unused BUS0 define
Signed-off-by: Felix Held <felix-coreboot@felixheld.de>
Change-Id: I5ce8ac00c015e34375c6b3c70496c97e2fe455bc
Reviewed-on: https://review.coreboot.org/c/coreboot/+/79578
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Patrick Rudolph <patrick.rudolph@9elements.com>
Reviewed-by: Paul Menzel <paulepanter@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r-- | src/northbridge/amd/pi/00730F01/pci_devs.h | 2 | ||||
-rw-r--r-- | src/southbridge/amd/pi/hudson/pci_devs.h | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/src/northbridge/amd/pi/00730F01/pci_devs.h b/src/northbridge/amd/pi/00730F01/pci_devs.h index e6ae1dfba4..f2633d8af2 100644 --- a/src/northbridge/amd/pi/00730F01/pci_devs.h +++ b/src/northbridge/amd/pi/00730F01/pci_devs.h @@ -3,8 +3,6 @@ #ifndef _AMD_00730F01_PCI_DEVS_H_ #define _AMD_00730F01_PCI_DEVS_H_ -#define BUS0 0 - /* Graphics and Display */ #define GFX_DEV 0x1 #define GFX_FUNC 0 diff --git a/src/southbridge/amd/pi/hudson/pci_devs.h b/src/southbridge/amd/pi/hudson/pci_devs.h index c074679c32..ec92d977f3 100644 --- a/src/southbridge/amd/pi/hudson/pci_devs.h +++ b/src/southbridge/amd/pi/hudson/pci_devs.h @@ -5,8 +5,6 @@ #include <device/pci_def.h> -#define BUS0 0 - /* XHCI */ #define XHCI_DEV 0x10 #define XHCI_FUNC 0 |