mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-06 07:25:37 +01:00
Un-hardcode base address of M0 memory region.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
|
||||
SECTIONS
|
||||
{
|
||||
.m0 0x20000000 : {
|
||||
.m0 ORIGIN(ram_m0) : {
|
||||
PROVIDE(__m0_start__ = .);
|
||||
KEEP(*(.m0_bin*));
|
||||
. = ALIGN(4);
|
||||
|
||||
Reference in New Issue
Block a user