diff options
author | Peter Pearse <peter.pearse@arm.com> | 2007-05-09 11:40:34 +0100 |
---|---|---|
committer | Peter Pearse <peter.pearse@arm.com> | 2007-05-09 11:40:34 +0100 |
commit | 5c6d2b5a500f8c49670de8910150b78a41f781fc (patch) | |
tree | a2bef26ef455a7d01195e967c6d4fa344714af6a /board/lpc2292sodimm/iap_entry.S | |
parent | b0d8f5bf0d215adc9424cb228b2484dbf07f7761 (diff) | |
download | u-boot-5c6d2b5a500f8c49670de8910150b78a41f781fc.tar.gz |
Remove the deleted files for the SMN42 patch
Diffstat (limited to 'board/lpc2292sodimm/iap_entry.S')
-rw-r--r-- | board/lpc2292sodimm/iap_entry.S | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/lpc2292sodimm/iap_entry.S b/board/lpc2292sodimm/iap_entry.S deleted file mode 100644 index c31d5190bd..0000000000 --- a/board/lpc2292sodimm/iap_entry.S +++ /dev/null @@ -1,7 +0,0 @@ -IAP_ADDRESS: .word 0x7FFFFFF1 - -.globl iap_entry -iap_entry: - ldr r2, IAP_ADDRESS - bx r2 - mov pc, lr |