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/cpu | |
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/cpu')
-rw-r--r-- | src/cpu/amd/agesa/heapmanager.c | 2 | ||||
-rw-r--r-- | src/cpu/amd/agesa/s3_resume.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/agesa/heapmanager.c b/src/cpu/amd/agesa/heapmanager.c index ed25f34772..d2c39312d5 100644 --- a/src/cpu/amd/agesa/heapmanager.c +++ b/src/cpu/amd/agesa/heapmanager.c @@ -1,7 +1,7 @@ #include "AGESA.h" #include "amdlib.h" -#include "northbridge/amd/agesa/def_callouts.h" +#include <northbridge/amd/agesa/BiosCallOuts.h> #include "heapManager.h" #include <cbmem.h> diff --git a/src/cpu/amd/agesa/s3_resume.c b/src/cpu/amd/agesa/s3_resume.c index 099046996b..fc619f7a34 100644 --- a/src/cpu/amd/agesa/s3_resume.c +++ b/src/cpu/amd/agesa/s3_resume.c @@ -31,7 +31,7 @@ #include <arch/acpi.h> #include <string.h> #include "Porting.h" -#include "BiosCallOuts.h" +#include <northbridge/amd/agesa/BiosCallOuts.h> #include "s3_resume.h" /* The size needs to be 4k aligned, which is the sector size of most flashes. */ |