aboutsummaryrefslogtreecommitdiff
path: root/src/southbridge/amd/agesa/hudson/imc.c
diff options
context:
space:
mode:
authorAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-03-29 17:07:26 -0500
committerAlexandru Gagniuc <mr.nuke.me@gmail.com>2014-04-15 01:33:07 +0200
commit01e0adf267dbe741e2c50137fbc8848c40ce0db9 (patch)
tree11d57ffee060e7d99f3ba1b98eabe9e7a9ef369c /src/southbridge/amd/agesa/hudson/imc.c
parentee905a8161a2cde891c6ce4dffbf99a89806658d (diff)
southbridge/amd/agesa/hudson: Clean up AGESA #includes
Just like in commit * 1d87dac hp/pavilion_m6_1035dx: Sanitize #includes Include AGESA headers specifying the path relative to AGESA_ROOT. The path is specified relative to AGESA_ROOT as opposed to src/ since this code may include headers from different AGESA families, depending on the board. Change-Id: Ide38cc34e207a8b617d1d319fd9c17a785f55833 Signed-off-by: Alexandru Gagniuc <mr.nuke.me@gmail.com> Reviewed-on: http://review.coreboot.org/5423 Tested-by: build bot (Jenkins) Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com> Reviewed-by: Idwer Vollering <vidwer@gmail.com>
Diffstat (limited to 'src/southbridge/amd/agesa/hudson/imc.c')
-rw-r--r--src/southbridge/amd/agesa/hudson/imc.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/southbridge/amd/agesa/hudson/imc.c b/src/southbridge/amd/agesa/hudson/imc.c
index af9e865b90..d706292ab7 100644
--- a/src/southbridge/amd/agesa/hudson/imc.c
+++ b/src/southbridge/amd/agesa/hudson/imc.c
@@ -22,10 +22,10 @@
#include <delay.h>
#include "Porting.h"
#include "AGESA.h"
-#include "amdlib.h"
-#include "Fch.h"
-#include "FchCommonCfg.h"
-#include "FchPlatform.h"
+#include <Lib/amdlib.h>
+#include <Proc/Fch/Fch.h>
+#include <Proc/Fch/Common/FchCommonCfg.h>
+#include <Proc/Fch/FchPlatform.h>
void imc_reg_init(void)
{