summaryrefslogtreecommitdiff
path: root/src/mainboard/via/vt8454c/romstage.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/via/vt8454c/romstage.c')
-rw-r--r--src/mainboard/via/vt8454c/romstage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/via/vt8454c/romstage.c b/src/mainboard/via/vt8454c/romstage.c
index e7361b7f73..8c761464f2 100644
--- a/src/mainboard/via/vt8454c/romstage.c
+++ b/src/mainboard/via/vt8454c/romstage.c
@@ -91,7 +91,7 @@ void main(unsigned long bist)
/* Set statically so it should work with cx700 as well */
static const struct mem_controller cx700[] = {
{
- .channel0 = {0x50, 0x51},
+ .channel0 = {DIMM0, DIMM1},
},
};