mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 17:07:38 +00:00
8 lines
99 B
ArmAsm
8 lines
99 B
ArmAsm
|
IAP_ADDRESS: .word 0x7FFFFFF1
|
||
|
|
||
|
.globl iap_entry
|
||
|
iap_entry:
|
||
|
ldr r2, IAP_ADDRESS
|
||
|
bx r2
|
||
|
mov pc, lr
|