From c70d410394a01d185e5ce1cb57f769199751095a Mon Sep 17 00:00:00 2001 From: Michael Ossmann Date: Tue, 2 Oct 2012 15:15:29 -0600 Subject: [PATCH] reverted "rom" address to shadow area (allows same binary to be booted from SPIFI or USB/DFU) --- firmware/common/LPC4330_M4.ld | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/common/LPC4330_M4.ld b/firmware/common/LPC4330_M4.ld index 3fb0df8b..d73b4d47 100644 --- a/firmware/common/LPC4330_M4.ld +++ b/firmware/common/LPC4330_M4.ld @@ -24,7 +24,7 @@ MEMORY { /* rom is really the shadow region that points to SPI flash or elsewhere */ - rom (rx) : ORIGIN = 0x14000000, LENGTH = 1M + rom (rx) : ORIGIN = 0x00000000, LENGTH = 1M ram (rwx) : ORIGIN = 0x10000000, LENGTH = 128K /* there are some additional RAM regions */ }