diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2016-12-01 19:59:12 +0100 |
---|---|---|
committer | Nico Huber <nico.h@gmx.de> | 2016-12-03 00:21:49 +0100 |
commit | d9e654321c5a063898f39aa64898fac26a6fd23f (patch) | |
tree | c183ac98a5323e943764b53ccda281a17c1b0e37 | |
parent | 5b30b823c87ac6b0e9fcea652957b39bdf68be9e (diff) |
nb/i945/raminit.h: Fix fsb_frequency's comment
Change-Id: Ie1c28b73bd2d34070173838d341cc6b8f65f50ef
Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr>
Reviewed-on: https://review.coreboot.org/17686
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Nico Huber <nico.h@gmx.de>
-rw-r--r-- | src/northbridge/intel/i945/raminit.h | 2 |
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() */ |