GX2: Define the unused DIMM1 to 0xFF to make it obvious it is a bogus value.
[coreboot.git] / src / mainboard / wyse / s50 / romstage.c
index 64849be7715f53e16114b73bc2dbc0e204cb3d73..657667cfe8a130d8d65dff859f9ca55901d5c6a1 100644 (file)
@@ -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)
 {