Repository: incubator-mynewt-core
Updated Branches:
  refs/heads/develop 9b4049e5d -> 0845466b6


nrf51 split startup.s: add missing tag.


Project: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/commit/0845466b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/tree/0845466b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/diff/0845466b

Branch: refs/heads/develop
Commit: 0845466b6d9fc2a71395e402b83750fbeb989b55
Parents: 9b4049e
Author: Marko Kiiskila <[email protected]>
Authored: Wed Jan 11 13:51:57 2017 -0800
Committer: Marko Kiiskila <[email protected]>
Committed: Wed Jan 11 13:51:57 2017 -0800

----------------------------------------------------------------------
 hw/bsp/nrf51-blenano/src/arch/cortex_m0/gcc_startup_nrf51_split.s  | 2 +-
 .../nrf51dk-16kbram/src/arch/cortex_m0/gcc_startup_nrf51_split.s   | 2 +-
 hw/bsp/nrf51dk/src/arch/cortex_m0/gcc_startup_nrf51_split.s        | 1 +
 3 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0845466b/hw/bsp/nrf51-blenano/src/arch/cortex_m0/gcc_startup_nrf51_split.s
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51-blenano/src/arch/cortex_m0/gcc_startup_nrf51_split.s 
b/hw/bsp/nrf51-blenano/src/arch/cortex_m0/gcc_startup_nrf51_split.s
index f9bc00b..913fc3c 100755
--- a/hw/bsp/nrf51-blenano/src/arch/cortex_m0/gcc_startup_nrf51_split.s
+++ b/hw/bsp/nrf51-blenano/src/arch/cortex_m0/gcc_startup_nrf51_split.s
@@ -118,7 +118,7 @@ Reset_Handler_split:
  *      __etext: End of code section, i.e., begin of data sections to copy 
from.
  *      __data_start__/__data_end__: RAM address range that data should be
  *      copied to. Both must be aligned to 4 bytes boundary.  */
-
+.data_copy_loop:
     ldr    r1, =__etext
     ldr    r2, =__data_start__
     ldr    r3, =__data_end__

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0845466b/hw/bsp/nrf51dk-16kbram/src/arch/cortex_m0/gcc_startup_nrf51_split.s
----------------------------------------------------------------------
diff --git 
a/hw/bsp/nrf51dk-16kbram/src/arch/cortex_m0/gcc_startup_nrf51_split.s 
b/hw/bsp/nrf51dk-16kbram/src/arch/cortex_m0/gcc_startup_nrf51_split.s
index 763a448..c3fb7d7 100755
--- a/hw/bsp/nrf51dk-16kbram/src/arch/cortex_m0/gcc_startup_nrf51_split.s
+++ b/hw/bsp/nrf51dk-16kbram/src/arch/cortex_m0/gcc_startup_nrf51_split.s
@@ -117,7 +117,7 @@ Reset_Handler_split:
  *      __etext: End of code section, i.e., begin of data sections to copy 
from.
  *      __data_start__/__data_end__: RAM address range that data should be
  *      copied to. Both must be aligned to 4 bytes boundary.  */
-
+.data_copy_loop:
     ldr    r1, =__etext
     ldr    r2, =__data_start__
     ldr    r3, =__data_end__

http://git-wip-us.apache.org/repos/asf/incubator-mynewt-core/blob/0845466b/hw/bsp/nrf51dk/src/arch/cortex_m0/gcc_startup_nrf51_split.s
----------------------------------------------------------------------
diff --git a/hw/bsp/nrf51dk/src/arch/cortex_m0/gcc_startup_nrf51_split.s 
b/hw/bsp/nrf51dk/src/arch/cortex_m0/gcc_startup_nrf51_split.s
index 7c9a7b3..73602ef 100755
--- a/hw/bsp/nrf51dk/src/arch/cortex_m0/gcc_startup_nrf51_split.s
+++ b/hw/bsp/nrf51dk/src/arch/cortex_m0/gcc_startup_nrf51_split.s
@@ -118,6 +118,7 @@ Reset_Handler_split:
  *      __data_start__/__data_end__: RAM address range that data should be
  *      copied to. Both must be aligned to 4 bytes boundary.  */
 
+.data_copy_loop:
     ldr    r1, =__etext
     ldr    r2, =__data_start__
     ldr    r3, =__data_end__

Reply via email to