diff options
author | Scott Duplichan <scott@notabs.org> | 2011-05-15 21:13:00 +0000 |
---|---|---|
committer | Marc Jones <marc.jones@amd.com> | 2011-05-15 21:13:00 +0000 |
commit | 444c49c68c224ac5b88a6efd96d4d3b911347356 (patch) | |
tree | e3421711117c679986310ac2ba49fa2d2cc2991a /src/mainboard/amd | |
parent | 6719c23a47bf21acf0d1b45c436e16fdfb05eee0 (diff) | |
download | coreboot-444c49c68c224ac5b88a6efd96d4d3b911347356.tar.xz |
Match DIMM SPD addressing to implemented slots.
Signed-off-by: Scott Duplichan <scott@notabs.org>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6575 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/amd')
-rw-r--r-- | src/mainboard/amd/persimmon/dimmSpd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/persimmon/dimmSpd.c b/src/mainboard/amd/persimmon/dimmSpd.c index 94e63e1bda..9da0e0e3a8 100644 --- a/src/mainboard/amd/persimmon/dimmSpd.c +++ b/src/mainboard/amd/persimmon/dimmSpd.c @@ -35,7 +35,7 @@ static const UINT8 spdAddressLookup [2] [2] [4] = // socket, channel, dimm // socket 0 { {0xA0, 0xA2}, // channel 0 dimms - {0xA4, 0xA8}, // channel 1 dimms + {0x00, 0x00}, // channel 1 dimms }, // socket 1 { |