<p>Patrick Rudolph has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/26863">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">cbfs: Fix compilation error with VBOOT enabled<br><br>VBOOT isn't linked in SMM, do not include the locator for it.<br><br>Change-Id: I10ae94d7936581bbb5ea49384122062bd4934ea5<br>Signed-off-by: Patrick Rudolph <patrick.rudolph@9elements.com><br>---<br>M src/lib/cbfs.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/63/26863/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/lib/cbfs.c b/src/lib/cbfs.c</span><br><span>index 9938e6a..ea314ec 100644</span><br><span>--- a/src/lib/cbfs.c</span><br><span>+++ b/src/lib/cbfs.c</span><br><span>@@ -320,7 +320,7 @@</span><br><span> extern const struct cbfs_locator vboot_locator;</span><br><span> </span><br><span> static const struct cbfs_locator *locators[] = {</span><br><span style="color: hsl(0, 100%, 40%);">-#if IS_ENABLED(CONFIG_VBOOT)</span><br><span style="color: hsl(120, 100%, 40%);">+#if IS_ENABLED(CONFIG_VBOOT) && !defined(__SMM__)</span><br><span>         &vboot_locator,</span><br><span> #endif</span><br><span>        &cbfs_master_header_locator,</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/26863">change 26863</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/26863"/><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: I10ae94d7936581bbb5ea49384122062bd4934ea5 </div>
<div style="display:none"> Gerrit-Change-Number: 26863 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Patrick Rudolph <patrick.rudolph@9elements.com> </div>