mirror of
https://github.com/andreili/katapult.git
synced 2025-08-23 19:34:06 +02:00
arm: make sure the signature is aligned
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
b5303fa5f7
commit
e2c58fb6a6
@ -80,6 +80,7 @@ reset_handler_stage_two(void)
|
||||
// Reset interrupts and stack to take control from bootloaders. Implemented
|
||||
// Kevin's recommendation.
|
||||
asm(".section .text.ResetHandler\n"
|
||||
".balign 8\n"
|
||||
".8byte " __stringify(CANBOOT_SIGNATURE) "\n"
|
||||
".global ResetHandler\n"
|
||||
".type ResetHandler, %function\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user