diff options
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/amd/torpedo/BiosCallOuts.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/torpedo/BiosCallOuts.c b/src/mainboard/amd/torpedo/BiosCallOuts.c index 3e3d2520e2..7bdf71d9cf 100644 --- a/src/mainboard/amd/torpedo/BiosCallOuts.c +++ b/src/mainboard/amd/torpedo/BiosCallOuts.c @@ -18,7 +18,7 @@ #include <northbridge/amd/agesa/BiosCallOuts.h> #include "Hudson-2.h" #include <stdlib.h> -#include <southbridge/amd/cimx/sb700/gpio_oem.h> +#include <southbridge/amd/cimx/sb900/gpio_oem.h> static AGESA_STATUS board_BeforeDramInit (UINT32 Func, UINTN Data, VOID *ConfigPtr); static AGESA_STATUS board_GnbPcieSlotReset (UINT32 Func, UINTN Data, VOID *ConfigPtr); |