<p>Patrick Georgi <strong>merged</strong> this change.</p><p><a href="https://review.coreboot.org/28553">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Patrick Georgi: Verified; Looks good to me, approved

</div><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>Reviewed-on: https://review.coreboot.org/28553<br>Tested-by: Patrick Georgi <pgeorgi@google.com><br>Reviewed-by: Patrick Georgi <pgeorgi@google.com><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;"><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: merged </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: 2 </div>
<div style="display:none"> Gerrit-Owner: Philipp Hug <philipp@hug.cx> </div>
<div style="display:none"> Gerrit-Reviewer: Patrick Georgi <pgeorgi@google.com> </div>
<div style="display:none"> Gerrit-Reviewer: Philipp Hug <philipp@hug.cx> </div>
<div style="display:none"> Gerrit-Reviewer: build bot (Jenkins) <no-reply@coreboot.org> </div>