aboutsummaryrefslogtreecommitdiff
path: root/src/vendorcode/amd/agesa/common
diff options
context:
space:
mode:
Diffstat (limited to 'src/vendorcode/amd/agesa/common')
-rw-r--r--src/vendorcode/amd/agesa/common/Porting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vendorcode/amd/agesa/common/Porting.h b/src/vendorcode/amd/agesa/common/Porting.h
index fc65cfc613..11b8e71c2e 100644
--- a/src/vendorcode/amd/agesa/common/Porting.h
+++ b/src/vendorcode/amd/agesa/common/Porting.h
@@ -255,7 +255,7 @@
#include <assert.h>
#include <console/console.h>
-#include <console/loglevel.h>
+#include <commonlib/loglevel.h>
#ifndef NULL
#define NULL (void *)0