aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/amd/amdk8/northbridge.c
diff options
context:
space:
mode:
authorEric Biederman <ebiederm@xmission.com>2003-04-25 02:02:25 +0000
committerEric Biederman <ebiederm@xmission.com>2003-04-25 02:02:25 +0000
commiteb00fa5c11085a323bd3acd1e657cf3ef2b16481 (patch)
tree6eb067219b64b68be634501fdd4735c7d5d413cc /src/northbridge/amd/amdk8/northbridge.c
parent825dd3361bd30de3bae3f33d467441e82dacc757 (diff)
- Commit a working pirq table for the AMD solo
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@799 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/northbridge/amd/amdk8/northbridge.c')
-rw-r--r--src/northbridge/amd/amdk8/northbridge.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/amd/amdk8/northbridge.c b/src/northbridge/amd/amdk8/northbridge.c
index 1ba87bd083..a259b798c9 100644
--- a/src/northbridge/amd/amdk8/northbridge.c
+++ b/src/northbridge/amd/amdk8/northbridge.c
@@ -13,7 +13,7 @@ struct mem_range *sizeram(void)
mem[0].basek = 0;
mem[0].sizek = 640;
- mem[1].basek = 1024;
+ mem[1].basek = 960;
mem[1].sizek = size - mem[1].basek;
mem[2].basek = 0;
mem[2].sizek = 0;