Vortex86EX northbridge.c : Remove Vortex86DX PCI N/B related code.

6021 is Vortex86DX northbridge PCI device ID, not for Vortex86EX.

Change-Id: I9bea799c9033adbcfacc8ad47052280a32f9ee59
Signed-off-by: Andrew Wu <arw@dmp.com.tw>
Reviewed-on: http://review.coreboot.org/3529
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins)
Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
This commit is contained in:
Andrew Wu 2013-06-25 15:16:03 +08:00 committed by Ronald G. Minnich
parent 99fd30e486
commit 8b9d4f3296
1 changed files with 0 additions and 6 deletions

View File

@ -47,12 +47,6 @@ static struct device_operations northbridge_operations = {
.init = northbridge_init
};
static const struct pci_driver northbridge_driver_6021 __pci_driver = {
.ops = &northbridge_operations,
.vendor = PCI_VENDOR_ID_RDC,
.device = 0x6021, /* DX CPU N/B ID */
};
static const struct pci_driver northbridge_driver_6025 __pci_driver = {
.ops = &northbridge_operations,
.vendor = PCI_VENDOR_ID_RDC,