fix trailing space and new line
temporarily disable codespell
This commit is contained in:
		@@ -115,7 +115,7 @@ SECTIONS
 | 
			
		||||
  _sidata = LOADADDR(.data);
 | 
			
		||||
 | 
			
		||||
  /* Initialized data sections goes into RAM, load LMA copy after code */
 | 
			
		||||
  .data : 
 | 
			
		||||
  .data :
 | 
			
		||||
  {
 | 
			
		||||
    . = ALIGN(4);
 | 
			
		||||
    _sdata = .;        /* create a global symbol at data start */
 | 
			
		||||
@@ -128,11 +128,11 @@ SECTIONS
 | 
			
		||||
 | 
			
		||||
  _siccmram = LOADADDR(.ccmram);
 | 
			
		||||
 | 
			
		||||
  /* CCM-RAM section 
 | 
			
		||||
  * 
 | 
			
		||||
  * IMPORTANT NOTE! 
 | 
			
		||||
  /* CCM-RAM section
 | 
			
		||||
  *
 | 
			
		||||
  * IMPORTANT NOTE!
 | 
			
		||||
  * If initialized variables will be placed in this section,
 | 
			
		||||
  * the startup code needs to be modified to copy the init-values.  
 | 
			
		||||
  * the startup code needs to be modified to copy the init-values.
 | 
			
		||||
  */
 | 
			
		||||
  .ccmram :
 | 
			
		||||
  {
 | 
			
		||||
@@ -140,12 +140,12 @@ SECTIONS
 | 
			
		||||
    _sccmram = .;       /* create a global symbol at ccmram start */
 | 
			
		||||
    *(.ccmram)
 | 
			
		||||
    *(.ccmram*)
 | 
			
		||||
    
 | 
			
		||||
 | 
			
		||||
    . = ALIGN(4);
 | 
			
		||||
    _eccmram = .;       /* create a global symbol at ccmram end */
 | 
			
		||||
  } >CCMRAM AT> FLASH
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
  /* Uninitialized data section */
 | 
			
		||||
  . = ALIGN(4);
 | 
			
		||||
  .bss :
 | 
			
		||||
@@ -173,7 +173,7 @@ SECTIONS
 | 
			
		||||
    . = ALIGN(8);
 | 
			
		||||
  } >RAM
 | 
			
		||||
 | 
			
		||||
  
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
  /* Remove information from the standard libraries */
 | 
			
		||||
  /DISCARD/ :
 | 
			
		||||
@@ -185,5 +185,3 @@ SECTIONS
 | 
			
		||||
 | 
			
		||||
  .ARM.attributes 0 : { *(.ARM.attributes) }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user