aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/i440bx/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/i440bx/raminit.h')
-rw-r--r--src/northbridge/intel/i440bx/raminit.h7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/northbridge/intel/i440bx/raminit.h b/src/northbridge/intel/i440bx/raminit.h
index 9393a364b2..9a8be8520b 100644
--- a/src/northbridge/intel/i440bx/raminit.h
+++ b/src/northbridge/intel/i440bx/raminit.h
@@ -24,10 +24,7 @@
/* The 440BX supports up to four (single- or double-sided) DIMMs. */
#define DIMM_SOCKETS 4
-/* The 440BX memory controller has one channel only. */
-struct mem_controller {
- device_t d0;
- uint16_t channel0[DIMM_SOCKETS];
-};
+/* DIMMs 1-4 are at 0x50, 0x51, 0x52, 0x53. */
+#define DIMM_SPD_BASE 0x50
#endif /* RAMINIT_H */