Merge pull request #4841 from whj4674672/start

Adjust the stack_top to bss
This commit is contained in:
Bernard Xiong 2021-07-03 14:43:10 +08:00 committed by GitHub
commit f9c01e51a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@
#define SUB_ISR_Stack_Size (SUB_UND_Stack_Size + SUB_SVC_Stack_Size + SUB_ABT_Stack_Size + \
SUB_RT_FIQ_STACK_PGSZ + SUB_RT_IRQ_STACK_PGSZ)
.section .data.share.isr
.section .bss.share.isr
/* stack */
.globl stack_start
.globl stack_top