<p>Harald Welte <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/12920">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Harald Welte: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">minox: use RAM address define instead of hardcoded value<br><br>Change-Id: I81a42637194cbf0b5152fe38c691522021ab7582<br>---<br>M usb_dfu_main.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/usb_dfu_main.c b/usb_dfu_main.c</span><br><span>index f431d29..19fe437 100644</span><br><span>--- a/usb_dfu_main.c</span><br><span>+++ b/usb_dfu_main.c</span><br><span>@@ -73,7 +73,7 @@</span><br><span>      * if the SP is not in this range (e.g. flash has been erased) there is no valid application</span><br><span>          * the second entry in the vector table is the reset address, corresponding to the application start</span><br><span>          */</span><br><span style="color: hsl(0, 100%, 40%);">-     return (0x20000000 == ((*application_start_address) & 0xFFF80000));</span><br><span style="color: hsl(120, 100%, 40%);">+       return (HSRAM_ADDR == ((*application_start_address) & 0xFFF80000));</span><br><span> }</span><br><span> </span><br><span> /** Start the application</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12920">change 12920</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.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://gerrit.osmocom.org/12920"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-asf4-dfu </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: I81a42637194cbf0b5152fe38c691522021ab7582 </div>
<div style="display:none"> Gerrit-Change-Number: 12920 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Kévin Redon <kredon@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Harald Welte <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder (1000002) </div>