-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Linker: use GROUP_NOLOAD_LINK_IN and SECTION_PROLOGUE for noload sect…
…ions If a section is marked as noload, it will not be loaded into memory by the program loader. So move to use: - SECTION_PROLOGUE: because SECTION_DATA_PROLOGUE has ALIGN_WITH_INPUT attribute (on XIP) which seems is not needed for this sections - GROUP_NOLOAD_LINK_IN: as it's supposed to be used for this sections. The ROM region will be consumed if using GROUP_DATA_LINK_IN and LMA != VMA Signed-off-by: Dat Nguyen Duy <dat.nguyenduy@nxp.com>
- Loading branch information
1 parent
77c4dd4
commit 867b6c7
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters