Un-hardcode base address of M0 memory region.
This commit is contained in:
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
.m0 0x20000000 : {
|
.m0 ORIGIN(ram_m0) : {
|
||||||
PROVIDE(__m0_start__ = .);
|
PROVIDE(__m0_start__ = .);
|
||||||
KEEP(*(.m0_bin*));
|
KEEP(*(.m0_bin*));
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
|
Reference in New Issue
Block a user