<p>Ryan Salsamendi has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20445">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">northbridge/intel/haswell: Fix copy paste error<br><br>DIMMB's DDR width is in bit 20, not bit 19.<br><br>Change-Id: I48866d9243c2a576a02519724429801ae47c5644<br>Signed-off-by: Ryan Salsamendi <rsalsamendi@hotmail.com><br>---<br>M src/northbridge/intel/haswell/raminit.c<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/45/20445/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/northbridge/intel/haswell/raminit.c b/src/northbridge/intel/haswell/raminit.c<br>index aa07f16..e48cca9 100644<br>--- a/src/northbridge/intel/haswell/raminit.c<br>+++ b/src/northbridge/intel/haswell/raminit.c<br>@@ -104,7 +104,7 @@<br>                     ((ch_conf >> 16) & 1) ? "" : ", selected");<br>              printk(BIOS_DEBUG, "   DIMMB %d MB width %s %s rank%s\n",<br>                  ((ch_conf >> 8) & 0xff) * 256,<br>-                     ((ch_conf >> 19) & 1) ? "x16" : "x8 or x32",<br>+                   ((ch_conf >> 20) & 1) ? "x16" : "x8 or x32",<br>                    ((ch_conf >> 18) & 1) ? "dual" : "single",<br>                      ((ch_conf >> 16) & 1) ? ", selected" : "");<br>      }<br></pre><p>To view, visit <a href="https://review.coreboot.org/20445">change 20445</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/20445"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: I48866d9243c2a576a02519724429801ae47c5644 </div>
<div style="display:none"> Gerrit-Change-Number: 20445 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Ryan Salsamendi <rsalsamendi@hotmail.com> </div>