aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/winent/pl6064/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/winent/pl6064/romstage.c')
-rw-r--r--src/mainboard/winent/pl6064/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/winent/pl6064/romstage.c b/src/mainboard/winent/pl6064/romstage.c
index 6d081e9457..20dc587938 100644
--- a/src/mainboard/winent/pl6064/romstage.c
+++ b/src/mainboard/winent/pl6064/romstage.c
@@ -67,7 +67,7 @@ void main(unsigned long bist)
post_code(0x01);
static const struct mem_controller memctrl[] = {
- {.channel0 = {(0xa << 3) | 0, (0xa << 3) | 1}}
+ {.channel0 = {DIMM0, DIMM1}}
};
SystemPreInit();