Un-hardcode base address of M0 memory region.

This commit is contained in:
Jared Boone
2014-01-11 17:49:26 -08:00
parent bb8943ce5b
commit a097879528

View File

@ -22,7 +22,7 @@
SECTIONS
{
.m0 0x20000000 : {
.m0 ORIGIN(ram_m0) : {
PROVIDE(__m0_start__ = .);
KEEP(*(.m0_bin*));
. = ALIGN(4);