linker: arm: add missing period for CCM section name
The CCM section name macros are missing the leading period. Add the period so those items supposed to be in CCM sections are actually being placed correctly. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
parent
3949846e10
commit
67e238e658
1 changed files with 3 additions and 3 deletions
|
@ -53,9 +53,9 @@
|
||||||
#define KINETIS_FLASH_CONFIG kinetis_flash_config
|
#define KINETIS_FLASH_CONFIG kinetis_flash_config
|
||||||
#define TI_CCFG .ti_ccfg
|
#define TI_CCFG .ti_ccfg
|
||||||
|
|
||||||
#define _CCM_DATA_SECTION_NAME ccm_data
|
#define _CCM_DATA_SECTION_NAME .ccm_data
|
||||||
#define _CCM_BSS_SECTION_NAME ccm_bss
|
#define _CCM_BSS_SECTION_NAME .ccm_bss
|
||||||
#define _CCM_NOINIT_SECTION_NAME ccm_noinit
|
#define _CCM_NOINIT_SECTION_NAME .ccm_noinit
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue