stm32_common: Adjust ldscript memory segment attributes

This commit is contained in:
Joakim Nohlgård 2018-05-06 07:48:43 +02:00
parent e29e0588b4
commit 986000492d

View File

@ -22,7 +22,7 @@ ccmram_length = DEFINED( ccmram_len ) ? ccmram_len : 0x0 ;
MEMORY
{
ccmram (rwx): ORIGIN = 0x10000000, LENGTH = ccmram_length
ccmram : ORIGIN = 0x10000000, LENGTH = ccmram_length
}
INCLUDE cortexm.ld