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>
This commit is contained in:
parent
9b2d96eee2
commit
6a3d64ab1c
|
@ -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
|
||||
|
|
|
@ -5,8 +5,6 @@
|
|||
|
||||
#include <device/pci_def.h>
|
||||
|
||||
#define BUS0 0
|
||||
|
||||
/* XHCI */
|
||||
#define XHCI_DEV 0x10
|
||||
#define XHCI_FUNC 0
|
||||
|
|
Loading…
Reference in New Issue