<p>Elyes HAOUAS has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28878">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">src/nb/i945: Fix "CONFIG_DEFAULT_CONSOLE_LOGLEVEL > 8" if statement<br><br>8 is the highest level.<br><br>Change-Id: I1ff87c76b3aef4af93d88dd9c02a743656aacfc0<br>Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr><br>---<br>M src/northbridge/intel/i945/early_init.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/78/28878/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/northbridge/intel/i945/early_init.c b/src/northbridge/intel/i945/early_init.c</span><br><span>index 7de2c73..f9906d7 100644</span><br><span>--- a/src/northbridge/intel/i945/early_init.c</span><br><span>+++ b/src/northbridge/intel/i945/early_init.c</span><br><span>@@ -952,7 +952,7 @@</span><br><span>  i945_setup_root_complex_topology();</span><br><span> </span><br><span> #if !IS_ENABLED(CONFIG_HAVE_ACPI_RESUME)</span><br><span style="color: hsl(0, 100%, 40%);">-#if CONFIG_DEFAULT_CONSOLE_LOGLEVEL > 8</span><br><span style="color: hsl(120, 100%, 40%);">+#if (IS_ENABLED(CONFIG_DEFAULT_CONSOLE_LOGLEVEL_8))</span><br><span> #if IS_ENABLED(CONFIG_DEBUG_RAM_SETUP)</span><br><span>         sdram_dump_mchbar_registers();</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28878">change 28878</a>. To unsubscribe, or for help writing mail filters, 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/28878"/><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: I1ff87c76b3aef4af93d88dd9c02a743656aacfc0 </div>
<div style="display:none"> Gerrit-Change-Number: 28878 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Elyes HAOUAS <ehaouas@noos.fr> </div>