summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/northbridge/intel/i945/raminit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/northbridge/intel/i945/raminit.h b/src/northbridge/intel/i945/raminit.h
index 6c7ae96107..0554900587 100644
--- a/src/northbridge/intel/i945/raminit.h
+++ b/src/northbridge/intel/i945/raminit.h
@@ -25,7 +25,7 @@
struct sys_info {
u16 memory_frequency; /* 400, 533 or 667 */
- u16 fsb_frequency; /* 400, 533 or 667 */
+ u16 fsb_frequency; /* 945GM: 400, 533 or 667 / 945GC: 533, 800, or 1066 */
u8 trp; /* calculated by sdram_detect_smallest_tRP() */
u8 trcd; /* calculated by sdram_detect_smallest_tRCD() */