From 4549e5a6650b4d4634a46285796e63e31c99f9c8 Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Sun, 2 Feb 2014 22:05:48 +0100 Subject: =?UTF-8?q?AMD=20K8=20boards=E2=80=99=20`romstage.c`:=20Spell=20sy?= =?UTF-8?q?nc*hr*onize=20correctly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I92e6e7f1292f66642aa0336064a4eccba104dd08 Signed-off-by: Paul Menzel Reviewed-on: http://review.coreboot.org/5101 Reviewed-by: Rudolf Marek Reviewed-by: Alexandru Gagniuc Tested-by: build bot (Jenkins) --- src/mainboard/nvidia/l1_2pvv/romstage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mainboard/nvidia') diff --git a/src/mainboard/nvidia/l1_2pvv/romstage.c b/src/mainboard/nvidia/l1_2pvv/romstage.c index 785b52f969..ab0f1dd8ad 100644 --- a/src/mainboard/nvidia/l1_2pvv/romstage.c +++ b/src/mainboard/nvidia/l1_2pvv/romstage.c @@ -167,7 +167,7 @@ void cache_as_ram_main(unsigned long bist, unsigned long cpu_init_detectedx) } #endif - init_timer(); /* Need to use TMICT to synconize FID/VID. */ + init_timer(); /* Need to use TMICT to synchronize FID/VID. */ needs_reset |= optimize_link_coherent_ht(); needs_reset |= optimize_link_incoherent_ht(sysinfo); -- cgit v1.2.3