aboutsummaryrefslogtreecommitdiffstats
path: root/roms/u-boot-sam460ex/arch/arm/cpu/arm720t/lpc2292/iap_entry.S
diff options
context:
space:
mode:
Diffstat (limited to 'roms/u-boot-sam460ex/arch/arm/cpu/arm720t/lpc2292/iap_entry.S')
-rw-r--r--roms/u-boot-sam460ex/arch/arm/cpu/arm720t/lpc2292/iap_entry.S7
1 files changed, 7 insertions, 0 deletions
diff --git a/roms/u-boot-sam460ex/arch/arm/cpu/arm720t/lpc2292/iap_entry.S b/roms/u-boot-sam460ex/arch/arm/cpu/arm720t/lpc2292/iap_entry.S
new file mode 100644
index 000000000..c31d5190b
--- /dev/null
+++ b/roms/u-boot-sam460ex/arch/arm/cpu/arm720t/lpc2292/iap_entry.S
@@ -0,0 +1,7 @@
+IAP_ADDRESS: .word 0x7FFFFFF1
+
+.globl iap_entry
+iap_entry:
+ ldr r2, IAP_ADDRESS
+ bx r2
+ mov pc, lr