File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
targets/TARGET_NUVOTON/TARGET_M480/device/TOOLCHAIN_GCC_ARM Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change @@ -89,12 +89,7 @@ SECTIONS
89
89
. = ALIGN (32);
90
90
__uvisor_bss_boxes_end = .;
91
91
92
- /************************** ARMv7-M MPU only **************************/
93
- __uvisor_bss_end_padding_max = (2 << (LOG2CEIL(__uvisor_bss_boxes_end - ORIGIN (RAM_INTERN)) - 1)) / 8;
94
- . = __uvisor_bss_end_padding_max == 0 ? 0 :
95
- MIN (__uvisor_bss_end_padding_max * (((__uvisor_bss_boxes_end - ORIGIN (RAM_INTERN)) / __uvisor_bss_end_padding_max) +
96
- MIN ((__uvisor_bss_boxes_end - ORIGIN (RAM_INTERN)) % __uvisor_bss_end_padding_max, 1)) - __UVISOR_SRAM_OFFSET,
97
- ORIGIN (RAM_INTERN) + LENGTH (RAM_INTERN));
92
+ . = ALIGN (32);
98
93
__uvisor_bss_end = .;
99
94
} > RAM_INTERN
100
95
You can’t perform that action at this time.
0 commit comments