[coreboot-gerrit] New patch to review for coreboot: d1471b5 cpu/amd/agesa/s3_resume.c: Specify include paths from AGESA_ROOT

Alexandru Gagniuc (mr.nuke.me@gmail.com) gerrit at coreboot.org
Sun Mar 30 00:11:21 CET 2014


Alexandru Gagniuc (mr.nuke.me at gmail.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5426

-gerrit

commit d1471b5811f2e5f374a95abd745b49b09275044b
Author: Alexandru Gagniuc <mr.nuke.me at gmail.com>
Date:   Sat Mar 29 18:06:57 2014 -0500

    cpu/amd/agesa/s3_resume.c: Specify include paths from AGESA_ROOT
    
    NOTFORMERGE
    
    Include AGESA files with a path relative to AGESA_ROOT, following the
    same reasoning as in commit
    <HASH HERE> southbridge/amd/agesa/hudson: Clean up AGESA #includes
    
    Change-Id: If15c4cbfd42e0264264fdb3e8c426a47609ad41f
    signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
---
 src/cpu/amd/agesa/s3_resume.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/cpu/amd/agesa/s3_resume.c b/src/cpu/amd/agesa/s3_resume.c
index e056a18..e7884da 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>



More information about the coreboot-gerrit mailing list