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
This commit is contained in:
Scott Duplichan 2011-05-15 21:13:00 +00:00 committed by Marc Jones
parent 6719c23a47
commit 444c49c68c
1 changed files with 1 additions and 1 deletions

View File

@ -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
{