summaryrefslogtreecommitdiffstats
path: root/src/mainboard/wyse
diff options
context:
space:
mode:
authorNils Jacobs <njacobs8@hetnet.nl>2010-11-05 00:19:21 +0000
committerUwe Hermann <uwe@hermann-uwe.de>2010-11-05 00:19:21 +0000
commitf29b3b68c849ea6cb8124e11d06427ab92bc4451 (patch)
treed60ec20fd3d07ee13a4addc5909699925421444f /src/mainboard/wyse
parenta1e2c5607902e392cf390efa77a74c16fdb5e027 (diff)
downloadcoreboot-f29b3b68c849ea6cb8124e11d06427ab92bc4451.tar.gz
coreboot-f29b3b68c849ea6cb8124e11d06427ab92bc4451.tar.bz2
coreboot-f29b3b68c849ea6cb8124e11d06427ab92bc4451.zip
GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value.
This is Abuild and boot tested. Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6022 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/wyse')
-rw-r--r--src/mainboard/wyse/s50/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/wyse/s50/romstage.c b/src/mainboard/wyse/s50/romstage.c
index 64849be7715f..657667cfe8a1 100644
--- a/src/mainboard/wyse/s50/romstage.c
+++ b/src/mainboard/wyse/s50/romstage.c
@@ -35,7 +35,7 @@
#include "southbridge/amd/cs5536/cs5536_early_setup.c"
#define DIMM0 0xA0
-#define DIMM1 0xA2
+#define DIMM1 0xFF /* DIMM1 is not available/used on this board. */
static inline int spd_read_byte(unsigned int device, unsigned int address)
{