From 825dd3361bd30de3bae3f33d467441e82dacc757 Mon Sep 17 00:00:00 2001 From: Eric Biederman Date: Thu, 24 Apr 2003 23:25:29 +0000 Subject: - simple bug fixes git-svn-id: svn://svn.coreboot.org/coreboot/trunk@798 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/amd/solo/auto.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/mainboard') diff --git a/src/mainboard/amd/solo/auto.c b/src/mainboard/amd/solo/auto.c index bc549fac90..d435c63e68 100644 --- a/src/mainboard/amd/solo/auto.c +++ b/src/mainboard/amd/solo/auto.c @@ -331,13 +331,13 @@ static void sdram_set_registers(void) * that define the end of the DRAM region. */ 0xC144, 0x0000f8f8, 0x003f0000, - 0xC148, 0x0000f8f8, 0x00000001, + 0xC14C, 0x0000f8f8, 0x00000001, 0xC154, 0x0000f8f8, 0x00000002, - 0xC158, 0x0000f8f8, 0x00000003, + 0xC15C, 0x0000f8f8, 0x00000003, 0xC164, 0x0000f8f8, 0x00000004, - 0xC168, 0x0000f8f8, 0x00000005, + 0xC16C, 0x0000f8f8, 0x00000005, 0xC174, 0x0000f8f8, 0x00000006, - 0xC178, 0x0000f8f8, 0x00000007, + 0xC17C, 0x0000f8f8, 0x00000007, /* DRAM Base i Registers * F1:0x40 i = 0 * F1:0x48 i = 1 @@ -451,7 +451,7 @@ static void sdram_set_registers(void) 0xC198, 0x000000f0, 0x00000000, 0xC1A0, 0x000000f0, 0x00000000, 0xC1A8, 0x000000f0, 0x00000000, - 0xC1B0, 0x000000f0, 0x0000a003, + 0xC1B0, 0x000000f0, 0x00000a03, 0xC1B8, 0x000000f0, 0x00400003, /* PCI I/O Limit i Registers -- cgit v1.2.3