File tree Expand file tree Collapse file tree 3 files changed +0
-47
lines changed
targets/TARGET_STM/TARGET_STM32L4
TARGET_DISCO_L476VG/device/TOOLCHAIN_GCC_ARM
TARGET_L476_L486/device/TOOLCHAIN_GCC_ARM
TARGET_NUCLEO_L432KC/device/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 3 files changed +0
-47
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,6 @@ defined in linker script */
59
59
.word _sdata
60
60
/* end address for the .data section. defined in linker script */
61
61
.word _edata
62
- /* start address for the .bss section. defined in linker script */
63
- .word _sbss
64
- /* end address for the .bss section. defined in linker script */
65
- .word _ebss
66
62
67
63
.equ BootRAM, 0xF1E0F85F
68
64
/**
@@ -96,17 +92,6 @@ LoopCopyDataInit:
96
92
adds r2, r0, r1
97
93
cmp r2, r3
98
94
bcc CopyDataInit
99
- ldr r2, =_sbss
100
- b LoopFillZerobss
101
- /* Zero fill the bss segment. */
102
- FillZerobss:
103
- movs r3, #0
104
- str r3, [r2], #4
105
-
106
- LoopFillZerobss:
107
- ldr r3, = _ebss
108
- cmp r2, r3
109
- bcc FillZerobss
110
95
111
96
/* Call the clock system intitialization function.*/
112
97
bl SystemInit
Original file line number Diff line number Diff line change @@ -59,11 +59,6 @@ defined in linker script */
59
59
.word _sdata
60
60
/* end address for the .data section. defined in linker script */
61
61
.word _edata
62
- /* start address for the .bss section. defined in linker script */
63
- .word _sbss
64
- /* end address for the .bss section. defined in linker script */
65
- .word _ebss
66
-
67
62
.equ BootRAM, 0xF1E0F85F
68
63
/**
69
64
* @brief This is the code that gets called when the processor first
@@ -96,17 +91,6 @@ LoopCopyDataInit:
96
91
adds r2, r0, r1
97
92
cmp r2, r3
98
93
bcc CopyDataInit
99
- ldr r2, =_sbss
100
- b LoopFillZerobss
101
- /* Zero fill the bss segment. */
102
- FillZerobss:
103
- movs r3, #0
104
- str r3, [r2], #4
105
-
106
- LoopFillZerobss:
107
- ldr r3, = _ebss
108
- cmp r2, r3
109
- bcc FillZerobss
110
94
111
95
/* Call the clock system intitialization function.*/
112
96
bl SystemInit
Original file line number Diff line number Diff line change @@ -59,11 +59,6 @@ defined in linker script */
59
59
.word _sdata
60
60
/* end address for the .data section. defined in linker script */
61
61
.word _edata
62
- /* start address for the .bss section. defined in linker script */
63
- .word _sbss
64
- /* end address for the .bss section. defined in linker script */
65
- .word _ebss
66
-
67
62
.equ BootRAM, 0xF1E0F85F
68
63
/**
69
64
* @brief This is the code that gets called when the processor first
@@ -96,17 +91,6 @@ LoopCopyDataInit:
96
91
adds r2, r0, r1
97
92
cmp r2, r3
98
93
bcc CopyDataInit
99
- ldr r2, =_sbss
100
- b LoopFillZerobss
101
- /* Zero fill the bss segment. */
102
- FillZerobss:
103
- movs r3, #0
104
- str r3, [r2], #4
105
-
106
- LoopFillZerobss:
107
- ldr r3, = _ebss
108
- cmp r2, r3
109
- bcc FillZerobss
110
94
111
95
/* Call the clock system intitialization function.*/
112
96
bl SystemInit
You can’t perform that action at this time.
0 commit comments