From 1b575e103ba4c036b9652273a309f44e80db6926 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Thu, 1 Dec 2016 19:59:12 +0100 Subject: [PATCH] UPSTREAM: nb/i945/raminit.h: Fix fsb_frequency's comment BUG=None BRANCH=None TEST=None Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/17686 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber Change-Id: Ie1c28b73bd2d34070173838d341cc6b8f65f50ef Reviewed-on: https://chromium-review.googlesource.com/416259 Commit-Ready: Furquan Shaikh Tested-by: Furquan Shaikh Reviewed-by: Aaron Durbin --- src/northbridge/intel/i945/raminit.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() */