From b009ac49c85161ea2746f8bdfc6ce28a8f46e8bc Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Wed, 25 Jul 2018 15:27:50 +0200 Subject: nb/intel/sandybridge/raminit: Fix non ASCII char Change-Id: I3f0869dc0b72bef7da8313c69da4fe2a63761ad9 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/27633 Reviewed-by: Felix Held Reviewed-by: Philipp Deppenwiese Tested-by: build bot (Jenkins) --- src/northbridge/intel/sandybridge/raminit_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/northbridge') diff --git a/src/northbridge/intel/sandybridge/raminit_common.c b/src/northbridge/intel/sandybridge/raminit_common.c index 5cf9b69873..3e769ec5a4 100644 --- a/src/northbridge/intel/sandybridge/raminit_common.c +++ b/src/northbridge/intel/sandybridge/raminit_common.c @@ -265,7 +265,7 @@ void dram_timing_regs(ramctr_timing *ctrl) dram_odt_stretch(ctrl, channel); /* - * TC—Refresh timing parameters + * TC-Refresh timing parameters * The tREFIx9 field should be programmed to minimum of * 8.9*tREFI (to allow for possible delays from ZQ or * isoc) and tRASmax (70us) divided by 1024. -- cgit v1.2.3