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
contrib/loaders
|
@ -26,7 +26,7 @@
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.syntax unified
|
.syntax unified
|
||||||
.cpu cortex-m3
|
.arch armv7-m
|
||||||
.thumb
|
.thumb
|
||||||
.thumb_func
|
.thumb_func
|
||||||
|
|
||||||
|
|
|
@ -21,10 +21,12 @@
|
||||||
***************************************************************************/
|
***************************************************************************/
|
||||||
|
|
||||||
.text
|
.text
|
||||||
.arm
|
.syntax unified
|
||||||
.arch armv4
|
.arch armv7-m
|
||||||
|
.thumb
|
||||||
|
.thumb_func
|
||||||
|
|
||||||
.section .init
|
.align 2
|
||||||
|
|
||||||
/* input parameters - */
|
/* input parameters - */
|
||||||
/* R0 = source address */
|
/* R0 = source address */
|
||||||
|
|
Loading…
Reference in New Issue