diff options
Diffstat (limited to 'src/mainboard/hp/abm')
-rw-r--r-- | src/mainboard/hp/abm/mainboard.c | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/mainboard/hp/abm/mainboard.c b/src/mainboard/hp/abm/mainboard.c index 742c28d630..09fbf37c80 100644 --- a/src/mainboard/hp/abm/mainboard.c +++ b/src/mainboard/hp/abm/mainboard.c @@ -21,9 +21,6 @@ #include <southbridge/amd/agesa/hudson/pci_devs.h> #include <northbridge/amd/agesa/family16kb/pci_devs.h> -void set_pcie_reset(void); -void set_pcie_dereset(void); - /*********************************************************** * These arrays set up the FCH PCI_INTR registers 0xC00/0xC01. * This table is responsible for physically routing the PIC and @@ -92,16 +89,6 @@ static void pirq_setup(void) picr_data_ptr = mainboard_picr_data; } -/* TODO: mainboard specific SB AGESA callback */ -void set_pcie_reset(void) -{ -} - -/* TODO: mainboard specific SB AGESA callback */ -void set_pcie_dereset(void) -{ -} - /********************************************** * Enable the dedicated functions of the board. **********************************************/ |