mirror of
https://github.com/fail0verflow/switch-coreboot.git
synced 2025-05-04 01:39:18 -04:00
UPSTREAM: nb/i945/raminit.h: Fix fsb_frequency's comment
BUG=None BRANCH=None TEST=None 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> Change-Id: Ie1c28b73bd2d34070173838d341cc6b8f65f50ef Reviewed-on: https://chromium-review.googlesource.com/416259 Commit-Ready: Furquan Shaikh <furquan@chromium.org> Tested-by: Furquan Shaikh <furquan@chromium.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>
This commit is contained in:
parent
823cfa2f6b
commit
1b575e103b
1 changed files with 1 additions and 1 deletions
|
@ -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() */
|
||||
|
|
Loading…
Add table
Reference in a new issue