summaryrefslogtreecommitdiffstats
path: root/src/mainboard/wyse/s50/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/wyse/s50/romstage.c')
-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)
{