diff options
Diffstat (limited to 'src/mainboard/pcengines')
-rw-r--r-- | src/mainboard/pcengines/apu1/mainboard.c | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/src/mainboard/pcengines/apu1/mainboard.c b/src/mainboard/pcengines/apu1/mainboard.c index e9f592f518..95989be7b7 100644 --- a/src/mainboard/pcengines/apu1/mainboard.c +++ b/src/mainboard/pcengines/apu1/mainboard.c @@ -30,9 +30,6 @@ #include <superio/nuvoton/nct5104d/nct5104d.h> #include "gpio_ftns.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 @@ -176,22 +173,6 @@ static void config_addon_uart(void) pnp_raw_resource(uart, 0xf2, 0x12); } -/** - * TODO - * SB CIMx callback - */ -void set_pcie_reset(void) -{ -} - -/** - * TODO - * mainboard specific SB CIMx callback - */ -void set_pcie_dereset(void) -{ -} - /********************************************** * Enable the dedicated functions of the board. **********************************************/ |