X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fwyse%2Fs50%2Fromstage.c;h=9c0671e3b4771f79b878dfc78f101dc81e7be354;hb=6dc92f0d1a4b6a79c2db800c5bd071daa75a9a23;hp=d2724964629372dbb1aec3d4197a95666ad57ad8;hpb=86a571797d9ede9d79edcfdce38f50a80b9a49f9;p=coreboot.git diff --git a/src/mainboard/wyse/s50/romstage.c b/src/mainboard/wyse/s50/romstage.c index d27249646..9c0671e3b 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();