<p>Richard Spiegel has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/22873">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/amd/stoneyridge/bootblock/bootblock.c: Fix unused value<br><br>In function load_smu_fw1(), variable base receives one value and is<br>immediately overwritten. Remove the first line, as it's useless.<br><br>This fixes CID 1383612<br><br>BUG=b:70620140<br>TEST=Build kahlee and boot.<br><br>Change-Id: I1a1eae52722606a9e871e26faa7927e207102ae8<br>Signed-off-by: Richard Spiegel <richard.spiegel@silverbackltd.com><br>---<br>M src/soc/amd/stoneyridge/bootblock/bootblock.c<br>1 file changed, 0 insertions(+), 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/73/22873/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/src/soc/amd/stoneyridge/bootblock/bootblock.c b/src/soc/amd/stoneyridge/bootblock/bootblock.c<br>index 030c990..f70b6d9 100644<br>--- a/src/soc/amd/stoneyridge/bootblock/bootblock.c<br>+++ b/src/soc/amd/stoneyridge/bootblock/bootblock.c<br>@@ -91,7 +91,6 @@<br>        u32 base, limit;<br> <br>   /* Open a posted hole from 0x80000000 : 0xfed00000-1 */<br>-      base =  0x80000000;<br>   base = (0x80000000 >> 8) | MMIO_WE | MMIO_RE;<br>   limit = (ALIGN_DOWN(HPET_BASE_ADDRESS - 1, 64 * KiB) >> 8);<br>     pci_write_config32(SOC_ADDR_DEV, D18F1_MMIO_LIMIT0_LO, limit);<br></pre><p>To view, visit <a href="https://review.coreboot.org/22873">change 22873</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/22873"/><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: I1a1eae52722606a9e871e26faa7927e207102ae8 </div>
<div style="display:none"> Gerrit-Change-Number: 22873 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Richard Spiegel <richard.spiegel@silverbackltd.com> </div>