[coreboot-gerrit] Change in coreboot[master]: nb/intel/pineview: Fix typo in DRAM timing computation

Arthur Heymans (Code Review) gerrit at coreboot.org
Sat Aug 26 21:24:54 CEST 2017


Arthur Heymans has uploaded this change for review. ( https://review.coreboot.org/21214


Change subject: nb/intel/pineview: Fix typo in DRAM timing computation
......................................................................

nb/intel/pineview: Fix typo in DRAM timing computation

Change-Id: Iace3dabb8546d7a721ef13526ba02522dc712fdd
Signed-off-by: Arthur Heymans <arthur at aheymans.xyz>
---
M src/northbridge/intel/pineview/raminit.c
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/14/21214/1

diff --git a/src/northbridge/intel/pineview/raminit.c b/src/northbridge/intel/pineview/raminit.c
index eae136e..9bb8fd8 100644
--- a/src/northbridge/intel/pineview/raminit.c
+++ b/src/northbridge/intel/pineview/raminit.c
@@ -396,7 +396,7 @@
 					mult[s->selected_timings.mem_clock]));
 	s->selected_timings.tRRD = MIN(15, DIV_ROUND_UP(maxtrrd,
 					mult[s->selected_timings.mem_clock]));
-	s->selected_timings.tRTP = MIN(15, DIV_ROUND_UP(maxtras,
+	s->selected_timings.tRTP = MIN(15, DIV_ROUND_UP(maxtrtp,
 					mult[s->selected_timings.mem_clock]));
 
 	PRINTK_DEBUG("Selected timings:\n");

-- 
To view, visit https://review.coreboot.org/21214
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: Iace3dabb8546d7a721ef13526ba02522dc712fdd
Gerrit-Change-Number: 21214
Gerrit-PatchSet: 1
Gerrit-Owner: Arthur Heymans <arthur at aheymans.xyz>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170826/5e6626e7/attachment.html>


More information about the coreboot-gerrit mailing list