summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/olivehillplus/romstage.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/romstage.c
parent1b1b795f97d2aaa2c6104f164ed2b4e792895019 (diff)
downloadcoreboot-023ed1f999e9ddc1d317407a73d99699636d2b45.tar.xz
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/romstage.c')
-rw-r--r--src/mainboard/amd/olivehillplus/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/olivehillplus/romstage.c b/src/mainboard/amd/olivehillplus/romstage.c
index a7c825d756..367fa6a776 100644
--- a/src/mainboard/amd/olivehillplus/romstage.c
+++ b/src/mainboard/amd/olivehillplus/romstage.c
@@ -30,7 +30,7 @@
#include <console/console.h>
#include <console/loglevel.h>
#include <cpu/amd/car.h>
-#include "agesawrapper.h"
+#include <northbridge/amd/pi/agesawrapper.h>
#include <northbridge/amd/pi/agesawrapper_call.h>
#include "cpu/x86/bist.h"
#include "cpu/x86/lapic.h"