diff options
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo')
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/mainboard.c | 3 | ||||
-rw-r--r-- | src/mainboard/gizmosphere/gizmo/mptable.c | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/mainboard.c b/src/mainboard/gizmosphere/gizmo/mainboard.c index b02af0dd7e..ecd770bbb9 100644 --- a/src/mainboard/gizmosphere/gizmo/mainboard.c +++ b/src/mainboard/gizmosphere/gizmo/mainboard.c @@ -20,9 +20,8 @@ #include <device/device.h> #include <device/pci_def.h> #include <device/pci_ops.h> - #include <southbridge/amd/sb800/sb800.h> -#include "SBPLATFORM.h" +#include <southbridge/amd/cimx/sb800/SBPLATFORM.h> /********************************************** * Enable the dedicated functions of the board. diff --git a/src/mainboard/gizmosphere/gizmo/mptable.c b/src/mainboard/gizmosphere/gizmo/mptable.c index b248a0b4e1..868c8b47dd 100644 --- a/src/mainboard/gizmosphere/gizmo/mptable.c +++ b/src/mainboard/gizmosphere/gizmo/mptable.c @@ -14,7 +14,6 @@ * GNU General Public License for more details. */ - #include <console/console.h> #include <arch/smp/mpspec.h> #include <device/pci.h> @@ -22,8 +21,7 @@ #include <arch/ioapic.h> #include <string.h> #include <stdint.h> -#include <SBPLATFORM.h> - +#include <southbridge/amd/cimx/sb800/SBPLATFORM.h> u8 intr_data[] = { [0x00] = 0x10,0x11,0x12,0x13,0x14,0x15,0x16,0x17, /* INTA# - INTH# */ |