diff options
author | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2014-03-29 18:06:57 -0500 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-13 08:25:23 +0200 |
commit | 374251d9019ad0d99b8ea309e0e3eb2b55251a4c (patch) | |
tree | 9f09659edd192dd0c10f6e50e4707f475eb00775 /src/cpu/amd | |
parent | c21bd8839b68dbc46b11e50697b041ba2b20d59c (diff) | |
download | coreboot-374251d9019ad0d99b8ea309e0e3eb2b55251a4c.tar.xz |
cpu/amd/agesa/s3_resume.c: Specify include paths from AGESA_ROOT
Following the same reasoning as in commit
* 1d87dac hp/pavilion_m6_1035dx: Sanitize #includes
include AGESA files with a path relative to AGESA_ROOT. We cannot
with more than one generation of AGESA, hence the path being relative
to AGESA_ROOT.
Change-Id: If15c4cbfd42e0264264fdb3e8c426a47609ad41f
Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Reviewed-on: http://review.coreboot.org/5426
Tested-by: build bot (Jenkins)
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
Reviewed-by: Patrick Georgi <patrick@georgi-clan.de>
Diffstat (limited to 'src/cpu/amd')
-rw-r--r-- | src/cpu/amd/agesa/s3_resume.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cpu/amd/agesa/s3_resume.c b/src/cpu/amd/agesa/s3_resume.c index 7b1157d358..d51203ed49 100644 --- a/src/cpu/amd/agesa/s3_resume.c +++ b/src/cpu/amd/agesa/s3_resume.c @@ -17,8 +17,8 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#include "AGESA.h" -#include "amdlib.h" +#include <AGESA.h> +#include <Lib/amdlib.h> #include <console/console.h> #include <cpu/x86/msr.h> #include <cpu/x86/mtrr.h> |