loader: update loader src for armv7-m arch

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
Spencer Oliver 2011-01-06 10:35:02 +00:00
parent 6a1750e961
commit 7351eecf6a
2 changed files with 6 additions and 4 deletions

View File

@ -26,7 +26,7 @@
.text
.syntax unified
.cpu cortex-m3
.arch armv7-m
.thumb
.thumb_func

View File

@ -21,10 +21,12 @@
***************************************************************************/
.text
.arm
.arch armv4
.syntax unified
.arch armv7-m
.thumb
.thumb_func
.section .init
.align 2
/* input parameters - */
/* R0 = source address */