File tree Expand file tree Collapse file tree 1 file changed +1
-16
lines changed
targets/TARGET_STM/TARGET_STM32F2/TARGET_NUCLEO_F207ZG/device/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 1 file changed +1
-16
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,6 @@ defined in linker script */
57
57
.word _sdata
58
58
/* end address for the .data section. defined in linker script */
59
59
.word _edata
60
- /* start address for the .bss section. defined in linker script */
61
- .word _sbss
62
- /* end address for the .bss section. defined in linker script */
63
- .word _ebss
64
60
/* stack used for SystemInit_ExtMemCtl; always internal RAM used */
65
61
66
62
/**
@@ -94,17 +90,6 @@ LoopCopyDataInit:
94
90
adds r2, r0, r1
95
91
cmp r2, r3
96
92
bcc CopyDataInit
97
- ldr r2, =_sbss
98
- b LoopFillZerobss
99
- /* Zero fill the bss segment. */
100
- FillZerobss:
101
- movs r3, #0
102
- str r3, [r2], #4
103
-
104
- LoopFillZerobss:
105
- ldr r3, = _ebss
106
- cmp r2, r3
107
- bcc FillZerobss
108
93
109
94
/* Call the clock system initialization function.*/
110
95
bl SystemInit
@@ -520,4 +505,4 @@ g_pfnVectors:
520
505
.weak HASH_RNG_IRQHandler
521
506
.thumb_set HASH_RNG_IRQHandler,Default_Handler
522
507
523
- /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
508
+ /************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
You can’t perform that action at this time.
0 commit comments