changeset 41:22864a24973b

Non functional change just to use same symbols as CPU1
author Ideenmodellierer
date Sun, 29 Jul 2018 16:45:37 +0200
parents da86a7adc4fa
children 2d99d9290a22
files Small_CPU/Src/startup_stm32f4xx.S
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Small_CPU/Src/startup_stm32f4xx.S	Sun Jul 29 16:45:00 2018 +0200
+++ b/Small_CPU/Src/startup_stm32f4xx.S	Sun Jul 29 16:45:37 2018 +0200
@@ -185,7 +185,7 @@
  *      __data_start__/__data_end__: RAM address range that data should be
  *      copied to. Both must be aligned to 4 bytes boundary.  */
 
-    ldr    r1, =__etext
+    ldr    r1, =_sidata /*__etext*/
     ldr    r2, =__data_start__
     ldr    r3, =__data_end__