aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/gx2/northbridge.c
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@amd.com>2007-05-04 19:09:01 +0000
committerStefan Reinauer <stepan@openbios.org>2007-05-04 19:09:01 +0000
commit08da4f1fce68748c2aea8ef5ff4109ea6d3f0d82 (patch)
treee96a1e8f839f8080d019e2670ce9a1c1ed846fa3 /src/northbridge/amd/gx2/northbridge.c
parenta67d4fd1ffffc76c328717f2519e3d7e7792f2b8 (diff)
This repairs the other Geode mainboards so they'll build with the new
Geode changes. Signed-off-by: Marc Jones <marc.jones@amd.com> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2632 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/gx2/northbridge.c')
-rw-r--r--src/northbridge/amd/gx2/northbridge.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/northbridge/amd/gx2/northbridge.c b/src/northbridge/amd/gx2/northbridge.c
index 41e9c957aa..9b4b050b0d 100644
--- a/src/northbridge/amd/gx2/northbridge.c
+++ b/src/northbridge/amd/gx2/northbridge.c
@@ -13,6 +13,7 @@
#include <cpu/x86/msr.h>
#include <cpu/x86/cache.h>
#include <cpu/amd/vr.h>
+#include "../../../southbridge/amd/cs5536/cs5536.h"
#define VIDEO_MB 8
extern void graphics_init(void);