mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-16 09:54:35 +00:00
armv8: sec_firmware: change el2_to_aarch32 SMC ID
Changes the el2_to_aarch32 SMC ID from 0xc000ff04 to 0xc200ff17, it is applicable to both TFA and non-TFA boot. Signed-off-by: Rajesh Bhagat <rajesh.bhagat@nxp.com> Reviewed-by: York Sun <york.sun@nxp.com>
This commit is contained in:
parent
56db948b85
commit
339fb297d4
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ ENTRY(armv8_el2_to_aarch32)
|
|||
mov x3, x2
|
||||
mov x2, x1
|
||||
mov x1, x4
|
||||
ldr x0, =0xc000ff04
|
||||
ldr x0, =0xc200ff17
|
||||
smc #0
|
||||
ret
|
||||
ENDPROC(armv8_el2_to_aarch32)
|
||||
|
|
Loading…
Add table
Reference in a new issue