summaryrefslogtreecommitdiffstats
path: root/src/mainboard/elmex
diff options
context:
space:
mode:
authorKyösti Mälkki <kyosti.malkki@gmail.com>2017-03-05 06:28:18 +0200
committerKyösti Mälkki <kyosti.malkki@gmail.com>2017-03-07 01:12:44 +0100
commitd610c5823c85f0cf39daae7836df83ece4716993 (patch)
tree0a4873439c368409425998a250a6737a62de34cd /src/mainboard/elmex
parent627d7906517db4bff31151584ae397ebc0e39c0a (diff)
downloadcoreboot-d610c5823c85f0cf39daae7836df83ece4716993.tar.gz
coreboot-d610c5823c85f0cf39daae7836df83ece4716993.tar.bz2
coreboot-d610c5823c85f0cf39daae7836df83ece4716993.zip
AGESA: Add agesa_helper.h header
These definitions do not require AGESA.h include, and we will eventually remove agesawrapper.h files. Change-Id: I1b5b78409828aaf2616e177bb54a054960c3869f Signed-off-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Reviewed-on: https://review.coreboot.org/18588 Tested-by: build bot (Jenkins) Reviewed-by: Patrick Georgi <pgeorgi@google.com> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/mainboard/elmex')
-rw-r--r--src/mainboard/elmex/pcm205400/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/elmex/pcm205400/romstage.c b/src/mainboard/elmex/pcm205400/romstage.c
index c8a8d74e7519..6a4c12925f1d 100644
--- a/src/mainboard/elmex/pcm205400/romstage.c
+++ b/src/mainboard/elmex/pcm205400/romstage.c
@@ -28,6 +28,7 @@
#include <cpu/x86/mtrr.h>
#include <cpu/amd/car.h>
#include <northbridge/amd/agesa/agesawrapper.h>
+#include <northbridge/amd/agesa/agesa_helper.h>
#include <cpu/x86/bist.h>
#include <superio/fintek/common/fintek.h>
#include <superio/fintek/f81865f/f81865f.h>