mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-15 19:08:07 +00:00
legacy: add comment to startup.S
This commit is contained in:
parent
2e2f5fd421
commit
3d91a0643d
@ -21,7 +21,7 @@ memset_reg:
|
|||||||
reset_handler:
|
reset_handler:
|
||||||
|
|
||||||
#if MEMORY_PROTECT
|
#if MEMORY_PROTECT
|
||||||
// we need to perform this in case an old bootloader
|
// we need to perform this in case an old bootloader (<1.8.0)
|
||||||
// is starting the new firmware, these will be set incorrectly
|
// is starting the new firmware, these will be set incorrectly
|
||||||
ldr r0, =0xE000ED08 // r0 = VTOR address
|
ldr r0, =0xE000ED08 // r0 = VTOR address
|
||||||
ldr r1, =0x08010400 // r1 = FLASH_APP_START
|
ldr r1, =0x08010400 // r1 = FLASH_APP_START
|
||||||
|
Loading…
Reference in New Issue
Block a user