[PATCH] Update AMCC Yucca 440SPe eval board support
[oweals/u-boot.git] / board / lpc2292sodimm / iap_entry.S
1 IAP_ADDRESS:    .word   0x7FFFFFF1
2
3 .globl iap_entry
4 iap_entry:
5         ldr     r2, IAP_ADDRESS
6         bx      r2
7         mov     pc, lr