diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2018-10-14 14:52:06 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-11-05 09:00:26 +0000 |
commit | 19f5ba81be265da3d1a2a15c106486677479dfd5 (patch) | |
tree | ef03b65c6223c85d81934953cf6780876f663123 /src/northbridge/amd/lx | |
parent | 54f942499b72efe301e7bee7b7d9daf6a1d8c8ea (diff) | |
download | coreboot-19f5ba81be265da3d1a2a15c106486677479dfd5.tar.xz |
amd: Fix non-local header treated as local
Change-Id: I0668b73cd3a5bf5220af55c29785220b77eb5259
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/29103
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/northbridge/amd/lx')
-rw-r--r-- | src/northbridge/amd/lx/northbridge.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/northbridge/amd/lx/northbridge.c b/src/northbridge/amd/lx/northbridge.c index b9ead3858a..ffaaa19ca3 100644 --- a/src/northbridge/amd/lx/northbridge.c +++ b/src/northbridge/amd/lx/northbridge.c @@ -27,9 +27,8 @@ #include <cpu/x86/msr.h> #include <cpu/x86/cache.h> #include <cpu/amd/vr.h> -#include <cpu/cpu.h> #include "northbridge.h" -#include "../../../southbridge/amd/cs5536/cs5536.h" +#include <southbridge/amd/cs5536/cs5536.h> /* here is programming for the various MSRs.*/ |