<p>Philipp Hug has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/28553">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">soc/sifive: fix compiler warning<br><br>Fix the following compiler warning on the latest toolchain:<br>src/soc/sifive/fu540/otp.c:48:1: error: useless storage class specifier in empty declaration [-Werror]<br> } __packed;<br> ^<br><br>Change-Id: Ice87c821de7650ac547394efa2a4bcc5ae1ea668<br>Signed-off-by: Philipp Hug <philipp@hug.cx><br>---<br>M src/soc/sifive/fu540/otp.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/53/28553/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/src/soc/sifive/fu540/otp.c b/src/soc/sifive/fu540/otp.c</span><br><span>index e6900fe..73a5573 100644</span><br><span>--- a/src/soc/sifive/fu540/otp.c</span><br><span>+++ b/src/soc/sifive/fu540/otp.c</span><br><span>@@ -29,7 +29,7 @@</span><br><span>  * https://www.sifive.com/documentation/chips/freedom-u540-c000-manual/</span><br><span>  */</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-typedef struct sifive_otp_registers {</span><br><span style="color: hsl(120, 100%, 40%);">+struct sifive_otp_registers {</span><br><span>        u32 pa;     /* Address input */</span><br><span>      u32 paio;   /* Program address input */</span><br><span>      u32 pas;    /* Program redundancy cell selection input */</span><br><span></span><br></pre><p>To view, visit <a href="https://review.coreboot.org/28553">change 28553</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/28553"/><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: Ice87c821de7650ac547394efa2a4bcc5ae1ea668 </div>
<div style="display:none"> Gerrit-Change-Number: 28553 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Philipp Hug <philipp@hug.cx> </div>