summaryrefslogtreecommitdiff
path: root/src/mainboard/amd/south_station/romstage.c
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2014-10-19 09:35:18 +0300
committerKyösti Mälkki <kyosti.malkki@gmail.com>2014-12-03 08:04:34 +0100
commitf21c2ac0556eefad4b66a8c39734a431610d9139 (patch)
tree9294cb1b7a0542c919cfb2be482ed1d5ee5bf469 /src/mainboard/amd/south_station/romstage.c
parent2fd006a3e335570fda1e3b2bf00288103e9fac6d (diff)
downloadcoreboot-f21c2ac0556eefad4b66a8c39734a431610d9139.tar.xz
AGESA: Use common header for agesawrapper
Change-Id: I5189d0c55635aeb29553fd04a67490cfee3d88d5 Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: http://review.coreboot.org/7153 Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Tested-by: build bot (Jenkins)
Diffstat (limited to 'src/mainboard/amd/south_station/romstage.c')
-rw-r--r--src/mainboard/amd/south_station/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/south_station/romstage.c b/src/mainboard/amd/south_station/romstage.c
index 525e30306f..a64ba603e2 100644
--- a/src/mainboard/amd/south_station/romstage.c
+++ b/src/mainboard/amd/south_station/romstage.c
@@ -31,7 +31,7 @@
#include <console/loglevel.h>
#include <cpu/x86/mtrr.h>
#include <cpu/amd/car.h>
-#include "agesawrapper.h"
+#include <northbridge/amd/agesa/agesawrapper.h>
#include <northbridge/amd/agesa/agesawrapper_call.h>
#include "cpu/x86/bist.h"
#include <superio/fintek/common/fintek.h>