Merge pull request #12393 from GaborAbonyi/musca_a1_linker_fix

Fix Musca-A1 gcc linker
pull/12417/head
Martin Kojtal 2020-02-11 08:31:39 +00:00 committed by GitHub
commit 4ec6228e70
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -361,4 +361,6 @@ SECTIONS
Load$$LR$$LR_SECONDARY_PARTITION$$Base = SECONDARY_PARTITION_START;
PROVIDE(__stack = Image$$ARM_LIB_STACK$$ZI$$Limit);
PROVIDE(__StackTop = __stack);
PROVIDE(__StackLimit = __StackTop - SIZEOF(.psp_stack));
}