aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/amd/olivehillplus/agesawrapper.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-10-22 08:05:36 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-11-20 19:06:26 +0100
commit023ed1f999e9ddc1d317407a73d99699636d2b45 (patch)
tree08cc75a287c3deabd6925769687a25391da18705 /src/mainboard/amd/olivehillplus/agesawrapper.c
parent1b1b795f97d2aaa2c6104f164ed2b4e792895019 (diff)
amd/olivehillplus: Share agesawrapper header
This interface is common with AMD PI implementations. Change-Id: Ifabfce97db749e04aa19e53f62216be78158b282 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7150 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Bruce Griffith <Bruce.Griffith@se-eng.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/olivehillplus/agesawrapper.c')
-rw-r--r--src/mainboard/amd/olivehillplus/agesawrapper.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mainboard/amd/olivehillplus/agesawrapper.c b/src/mainboard/amd/olivehillplus/agesawrapper.c
index 9d433db4cc..fb38b6a518 100644
--- a/src/mainboard/amd/olivehillplus/agesawrapper.c
+++ b/src/mainboard/amd/olivehillplus/agesawrapper.c
@@ -21,7 +21,7 @@
#include <string.h>
#include <config.h>
#include <cpu/x86/mtrr.h>
-#include "agesawrapper.h"
+#include <northbridge/amd/pi/agesawrapper.h>
#include <northbridge/amd/pi/BiosCallOuts.h>
#include "cpuRegisters.h"
#include "cpuCacheInit.h"
@@ -31,7 +31,6 @@
#include "Dispatcher.h"
#include "cpuCacheInit.h"
#include "amdlib.h"
-#include "PlatformGnbPcieComplex.h"
#include "Filecode.h"
#include "heapManager.h"
#include "FchPlatform.h"