<p>Nico Huber has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26870">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">drivers/spi: Remove DEBUG_SMI guard<br><br>Let the linker take care of it.<br><br>Change-Id: I67d2636ceb042f833c1b44888b98135d728940e0<br>Signed-off-by: Nico Huber <nico.h@gmx.de><br>---<br>M src/drivers/spi/Makefile.inc<br>1 file changed, 2 insertions(+), 3 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/70/26870/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/drivers/spi/Makefile.inc b/src/drivers/spi/Makefile.inc</span><br><span>index edea392..cd404f4 100644</span><br><span>--- a/src/drivers/spi/Makefile.inc</span><br><span>+++ b/src/drivers/spi/Makefile.inc</span><br><span>@@ -4,7 +4,7 @@</span><br><span> </span><br><span> ifeq ($(CONFIG_SPI_CONSOLE),y)</span><br><span> ramstage-y += spiconsole.c</span><br><span style="color: hsl(0, 100%, 40%);">-smm-$(CONFIG_DEBUG_SMI) += spiconsole.c</span><br><span style="color: hsl(120, 100%, 40%);">+smm-y += spiconsole.c</span><br><span> endif</span><br><span> </span><br><span> ifeq ($(CONFIG_CONSOLE_SPI_FLASH),y)</span><br><span>@@ -13,8 +13,7 @@</span><br><span> romstage-y += flashconsole.c</span><br><span> ramstage-y += flashconsole.c</span><br><span> postcar-y += flashconsole.c</span><br><span style="color: hsl(0, 100%, 40%);">-smm-$(CONFIG_DEBUG_SMI) += flashconsole.c</span><br><span style="color: hsl(0, 100%, 40%);">-</span><br><span style="color: hsl(120, 100%, 40%);">+smm-y += flashconsole.c</span><br><span> endif</span><br><span> </span><br><span> bootblock-y += spi-generic.c</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26870">change 26870</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/26870"/><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: I67d2636ceb042f833c1b44888b98135d728940e0 </div>
<div style="display:none"> Gerrit-Change-Number: 26870 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Nico Huber <nico.h@gmx.de> </div>