Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
4bc7deee9095f21e243b724ca3d634251c1d5432
/
.
/
cpu
/
arm720t
/
lpc2292
/
iap_entry.S
blob: c31d5190bd7fa771a5d1342900ce222b03b6f957 [
file
] [
log
] [
blame
]
Peter Pearse
160131b
2007-05-09 11:41:58 +0100
[
diff
] [
blame
]
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