From a097879528507b677f2b1f1735c00780f026aa93 Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Sat, 11 Jan 2014 17:49:26 -0800 Subject: [PATCH] Un-hardcode base address of M0 memory region. --- firmware/common/LPC43xx_M4_M0_image_in_ram.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/common/LPC43xx_M4_M0_image_in_ram.ld b/firmware/common/LPC43xx_M4_M0_image_in_ram.ld index e07bd79d..53eca09b 100644 --- a/firmware/common/LPC43xx_M4_M0_image_in_ram.ld +++ b/firmware/common/LPC43xx_M4_M0_image_in_ram.ld @@ -22,7 +22,7 @@ SECTIONS { - .m0 0x20000000 : { + .m0 ORIGIN(ram_m0) : { PROVIDE(__m0_start__ = .); KEEP(*(.m0_bin*)); . = ALIGN(4);