stm32_common: Adjust ldscript memory segment attributes
This commit is contained in:
parent
e29e0588b4
commit
986000492d
@ -22,7 +22,7 @@ ccmram_length = DEFINED( ccmram_len ) ? ccmram_len : 0x0 ;
|
|||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
ccmram (rwx): ORIGIN = 0x10000000, LENGTH = ccmram_length
|
ccmram : ORIGIN = 0x10000000, LENGTH = ccmram_length
|
||||||
}
|
}
|
||||||
|
|
||||||
INCLUDE cortexm.ld
|
INCLUDE cortexm.ld
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user