Browse Source

contrib: make sure loaders use correct arch

Signed-off-by: Spencer Oliver <ntfreak@users.sourceforge.net>
tags/v0.5.0-rc1
Spencer Oliver 13 years ago
parent
commit
9a76c68563
4 changed files with 6 additions and 0 deletions
  1. +1
    -0
      contrib/loaders/flash/pic32mx.s
  2. +1
    -0
      contrib/loaders/flash/stm32x.s
  3. +2
    -0
      contrib/loaders/flash/str7x.s
  4. +2
    -0
      contrib/loaders/flash/str9x.s

+ 1
- 0
contrib/loaders/flash/pic32mx.s View File

@@ -19,6 +19,7 @@
***************************************************************************/

.text
.arch m4k
.set noreorder
.set noat



+ 1
- 0
contrib/loaders/flash/stm32x.s View File

@@ -20,6 +20,7 @@

.text
.syntax unified
.cpu cortex-m3
.thumb
.thumb_func
.global write


+ 2
- 0
contrib/loaders/flash/str7x.s View File

@@ -20,6 +20,8 @@

.text
.arm
.arch armv4t

.section .init
/*
r0 source address


+ 2
- 0
contrib/loaders/flash/str9x.s View File

@@ -20,6 +20,8 @@

.text
.arm
.arch armv5t

.section .init
/*
r0 source address (in)


Loading…
Cancel
Save