<p>HAOUAS Elyes has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/20457">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">sb/intel/i82801gx: Add whitespace around '<<'<br><br>Change-Id: I8ea8fdb031c09aac9ed4a0705c3204f87aadb565<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/southbridge/intel/i82801gx/smi.c<br>M src/southbridge/intel/i82801gx/smihandler.c<br>2 files changed, 4 insertions(+), 4 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/57/20457/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/southbridge/intel/i82801gx/smi.c b/src/southbridge/intel/i82801gx/smi.c<br>index 45fcb10..17a81c1 100644<br>--- a/src/southbridge/intel/i82801gx/smi.c<br>+++ b/src/southbridge/intel/i82801gx/smi.c<br>@@ -232,9 +232,9 @@<br> <br>     reg32 = inl(tcobase + 0x04);<br>  /* set status bits are cleared by writing 1 to them */<br>-       outl(reg32 & ~(1<<18), tcobase + 0x04); //  Don't clear BOOT_STS before SECOND_TO_STS<br>+  outl(reg32 & ~(1 << 18), tcobase + 0x04); //  Don't clear BOOT_STS before SECOND_TO_STS<br>         if (reg32 & (1 << 18))<br>-             outl(reg32 & (1<<18), tcobase + 0x04); // clear BOOT_STS<br>+           outl(reg32 & (1 << 18), tcobase + 0x04); // clear BOOT_STS<br> <br>       return reg32;<br> }<br>diff --git a/src/southbridge/intel/i82801gx/smihandler.c b/src/southbridge/intel/i82801gx/smihandler.c<br>index 6bd9517..6075db9 100644<br>--- a/src/southbridge/intel/i82801gx/smihandler.c<br>+++ b/src/southbridge/intel/i82801gx/smihandler.c<br>@@ -248,9 +248,9 @@<br> <br>        reg32 = inl(tcobase + 0x04);<br>  /* set status bits are cleared by writing 1 to them */<br>-       outl(reg32 & ~(1<<18), tcobase + 0x04); //  Don't clear BOOT_STS before SECOND_TO_STS<br>+  outl(reg32 & ~(1 << 18), tcobase + 0x04); //  Don't clear BOOT_STS before SECOND_TO_STS<br>         if (reg32 & (1 << 18))<br>-             outl(reg32 & (1<<18), tcobase + 0x04); // clear BOOT_STS<br>+           outl(reg32 & (1 << 18), tcobase + 0x04); // clear BOOT_STS<br> <br>       return reg32;<br> }<br></pre><p>To view, visit <a href="https://review.coreboot.org/20457">change 20457</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/20457"/><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: I8ea8fdb031c09aac9ed4a0705c3204f87aadb565 </div>
<div style="display:none"> Gerrit-Change-Number: 20457 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: HAOUAS Elyes <ehaouas@noos.fr> </div>