loader: update loader src for armv7-m arch
Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
This commit is contained in:
parent
6a1750e961
commit
7351eecf6a
|
@ -26,7 +26,7 @@
|
|||
|
||||
.text
|
||||
.syntax unified
|
||||
.cpu cortex-m3
|
||||
.arch armv7-m
|
||||
.thumb
|
||||
.thumb_func
|
||||
|
||||
|
|
|
@ -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 */
|
||||
|
|
Loading…
Reference in New Issue