diff options
author | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-05-26 11:27:54 +0300 |
---|---|---|
committer | Kyösti Mälkki <kyosti.malkki@gmail.com> | 2014-10-19 06:20:58 +0200 |
commit | 26f297e98109d8dd6e09dcb69ec371463732e464 (patch) | |
tree | d5913e13ab33b65487b9c2191abbc861a0f91a0a /src/mainboard/gizmosphere/gizmo/mainboard.c | |
parent | 50c9637e15ddd78f896419f2335457de4fe22d77 (diff) | |
download | coreboot-26f297e98109d8dd6e09dcb69ec371463732e464.tar.xz |
AGESA: Drop board and chipset -specific callout headers
Change-Id: If973f28931e65a57cbb8d6739542a57c844f0d66
Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Reviewed-on: http://review.coreboot.org/7115
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Diffstat (limited to 'src/mainboard/gizmosphere/gizmo/mainboard.c')
-rwxr-xr-x | src/mainboard/gizmosphere/gizmo/mainboard.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/gizmosphere/gizmo/mainboard.c b/src/mainboard/gizmosphere/gizmo/mainboard.c index 78bb6fa04d..a9afdfbd15 100755 --- a/src/mainboard/gizmosphere/gizmo/mainboard.c +++ b/src/mainboard/gizmosphere/gizmo/mainboard.c @@ -26,7 +26,7 @@ #include <device/pci_def.h> #include <southbridge/amd/sb800/sb800.h> #include <arch/acpi.h> -#include "BiosCallOuts.h" +#include <northbridge/amd/agesa/BiosCallOuts.h> #include <cpu/amd/agesa/s3_resume.h> #include <cpu/amd/mtrr.h> #include "SBPLATFORM.h" |