summaryrefslogtreecommitdiffstats
path: root/src/mainboard/lenovo/g505s
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/lenovo/g505s
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/lenovo/g505s')
-rw-r--r--src/mainboard/lenovo/g505s/romstage.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/g505s/romstage.c b/src/mainboard/lenovo/g505s/romstage.c
index 714743b92461..94f62611ef44 100644
--- a/src/mainboard/lenovo/g505s/romstage.c
+++ b/src/mainboard/lenovo/g505s/romstage.c
@@ -14,6 +14,7 @@
*/
#include <northbridge/amd/agesa/agesawrapper.h>
+#include <northbridge/amd/agesa/agesa_helper.h>
#include <arch/acpi.h>
#include <arch/cpu.h>