mirror of https://github.com/ARMmbed/mbed-os.git
				
				
				
			Merge pull request #4065 from NXPmicro/K66_Move_bss_to_RAM2
K66F: Move bss section to m_data_2 Sectionpull/4072/head
						commit
						b9bc2c0e4c
					
				| 
						 | 
				
			
			@ -223,7 +223,7 @@ SECTIONS
 | 
			
		|||
    . = ALIGN(4);
 | 
			
		||||
    __bss_end__ = .;
 | 
			
		||||
    __END_BSS = .;
 | 
			
		||||
  } > m_data
 | 
			
		||||
  } > m_data_2
 | 
			
		||||
 | 
			
		||||
  .heap :
 | 
			
		||||
  {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue