mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-22 06:18:07 +00:00
fix(core/embed): fix memory clearing in u5 boardloader
[no changelog]
This commit is contained in:
parent
0ea965d07e
commit
076b476cf5
@ -34,6 +34,7 @@ jump_to:
|
|||||||
// "there is no requirement to insert memory barrier instructions after CPSID".
|
// "there is no requirement to insert memory barrier instructions after CPSID".
|
||||||
cpsid f
|
cpsid f
|
||||||
// wipe memory at the end of the current stage of code
|
// wipe memory at the end of the current stage of code
|
||||||
|
ldr r2, =0 // r2 - the word-sized value to be written
|
||||||
ldr r0, =sram1_start // r0 - point to beginning of SRAM
|
ldr r0, =sram1_start // r0 - point to beginning of SRAM
|
||||||
ldr r1, =sram1_end // r1 - point to byte after the end of SRAM
|
ldr r1, =sram1_end // r1 - point to byte after the end of SRAM
|
||||||
bl memset_reg
|
bl memset_reg
|
||||||
|
Loading…
Reference in New Issue
Block a user