diff nuc-fw/sysglue/sysinit.S @ 80:39b1c369b67f

nuc-fw: links to an ELF image
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Fri, 16 Aug 2013 02:25:58 +0000
parents 947b1f473960
children 321f6a9ae989
line wrap: on
line diff
--- a/nuc-fw/sysglue/sysinit.S	Sun Aug 11 07:17:25 2013 +0000
+++ b/nuc-fw/sysglue/sysinit.S	Fri Aug 16 02:25:58 2013 +0000
@@ -25,8 +25,8 @@
 	ldr	r8, =__iramtext_flash_addr
 	ldr	r9, =__iramtext_ram_addr
 	ldr	r10, =__iramtext_size
-1:	ldm	r8!, {r0-r7}
-	stm	r9!, {r0-r7}
+1:	ldmia	r8!, {r0-r7}
+	stmia	r9!, {r0-r7}
 	subs	r10, r10, #0x20
 	bhi	1b
 /* now we can call any function w/o worry as to where it lives */