diff options
author | Nils Jacobs <njacobs8@hetnet.nl> | 2010-07-26 23:46:25 +0000 |
---|---|---|
committer | Joseph Smith <joe@smittys.pointclark.net> | 2010-07-26 23:46:25 +0000 |
commit | e474070bdd3410fef471a7a142453a883a9f7793 (patch) | |
tree | 578d9a74c2bcddee89bd7db21ea9fb5bcff00a4e /src/southbridge/amd/cs5535/chipsetinit.c | |
parent | e3fb1c2531573ca246221167156721e40c3ef47c (diff) | |
download | coreboot-e474070bdd3410fef471a7a142453a883a9f7793.tar.xz |
This patch converts the Geode GX2 boards to CAR.
Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl>
Acked-by: Joseph Smith <joe@settoplinux.org>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5669 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/southbridge/amd/cs5535/chipsetinit.c')
-rw-r--r-- | src/southbridge/amd/cs5535/chipsetinit.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/southbridge/amd/cs5535/chipsetinit.c b/src/southbridge/amd/cs5535/chipsetinit.c index d31efd3e52..9fae6037ba 100644 --- a/src/southbridge/amd/cs5535/chipsetinit.c +++ b/src/southbridge/amd/cs5535/chipsetinit.c @@ -13,8 +13,6 @@ #include <cpu/x86/msr.h> #include <cpu/x86/cache.h> #include "southbridge/amd/cs5535/cs5535.h" -// This code uses some cs5536 includes because cs5535 includes are empty: -#include "southbridge/amd/cs5536/cs5536.h" /* the structs in this file only set msr.lo. But ... that may not always be true */ |