mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-17 18:14:24 +00:00
Merge pull request #1229 from manojkumar-arm/manojkumar-arm/ca72-aarch32-reset-fix
lib/cpus: fix branching in reset function for cortex-a72 AARCH32 mode
This commit is contained in:
commit
c1edcd935d
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ func cortex_a72_reset_func
|
|||
orr64_imm r0, r1, CORTEX_A72_ECTLR_SMP_BIT
|
||||
stcopr16 r0, r1, CORTEX_A72_ECTLR
|
||||
isb
|
||||
bx lr
|
||||
bx r5
|
||||
endfunc cortex_a72_reset_func
|
||||
|
||||
/* ----------------------------------------------------
|
||||
|
|
Loading…
Add table
Reference in a new issue