X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=src%2Fmainboard%2Fwyse%2Fs50%2Fromstage.c;h=ba59d562c0f66cc345da622bc1bd2d451735d198;hb=57b2ff886e0ce2c92820f5722c8031def3ac94cf;hp=d2724964629372dbb1aec3d4197a95666ad57ad8;hpb=9bd9a90d6a0a47ede6286e2c5599ae7335e4b96a;p=coreboot.git diff --git a/src/mainboard/wyse/s50/romstage.c b/src/mainboard/wyse/s50/romstage.c index d27249646..ba59d562c 100644 --- a/src/mainboard/wyse/s50/romstage.c +++ b/src/mainboard/wyse/s50/romstage.c @@ -31,7 +31,6 @@ #include #include #include - #include "southbridge/amd/cs5536/cs5536_early_smbus.c" #include "southbridge/amd/cs5536/cs5536_early_setup.c" @@ -54,7 +53,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(); @@ -84,4 +83,3 @@ void main(unsigned long bist) /*ram_check(0x00000000, 640*1024);*/ print_err("ram check done\n"); } -