mirror of
https://github.com/Fishwaldo/bl_mcu_sdk.git
synced 2025-07-16 09:48:36 +00:00
[update][boot2] update boot2 demo
This commit is contained in:
parent
da1fa7a289
commit
4e99ee80f2
31 changed files with 5050 additions and 54 deletions
|
@ -121,7 +121,7 @@ static int32_t blsp_mediaboot_read_signaure(uint32_t addr, uint32_t *len)
|
|||
return ret;
|
||||
}
|
||||
|
||||
ARCH_MemCpy_Fast(g_boot2_read_buf, &sig_len, sizeof(sig_len));
|
||||
arch_memcpy_fast(g_boot2_read_buf, &sig_len, sizeof(sig_len));
|
||||
addr += (sig_len + 4);
|
||||
*len = sig_len;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue