1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-09-30 15:01:27 +02:00
Files
u-boot-megous/cpu/arm720t/lpc2292/iap_entry.S
2007-05-09 11:41:58 +01:00

8 lines
99 B
ArmAsm

IAP_ADDRESS: .word 0x7FFFFFF1
.globl iap_entry
iap_entry:
ldr r2, IAP_ADDRESS
bx r2
mov pc, lr