aboutsummaryrefslogtreecommitdiff
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 d272496462..9c0671e3b4 100644
--- a/src/mainboard/wyse/s50/romstage.c
+++ b/src/mainboard/wyse/s50/romstage.c
@@ -54,7 +54,7 @@ static inline int spd_read_byte(unsigned int device, unsigned int address)
void main(unsigned long bist)
{
static const struct mem_controller memctrl [] = {
- {.channel0 = {(0xa<<3)|0, (0xa<<3)|1}}
+ {.channel0 = {DIMM0, DIMM1}}
};
SystemPreInit();