aboutsummaryrefslogtreecommitdiff
path: root/src/northbridge/intel/e7525/raminit.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/northbridge/intel/e7525/raminit.h')
-rw-r--r--src/northbridge/intel/e7525/raminit.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/northbridge/intel/e7525/raminit.h b/src/northbridge/intel/e7525/raminit.h
deleted file mode 100644
index 183ace8385..0000000000
--- a/src/northbridge/intel/e7525/raminit.h
+++ /dev/null
@@ -1,12 +0,0 @@
-#ifndef RAMINIT_H
-#define RAMINIT_H
-
-#define DIMM_SOCKETS 4
-struct mem_controller {
- unsigned node_id;
- device_t f0, f1, f2, f3;
- uint16_t channel0[DIMM_SOCKETS];
- uint16_t channel1[DIMM_SOCKETS];
-};
-
-#endif /* RAMINIT_H */