aboutsummaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo/scripts/c32-debug.ld
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mirtoo/scripts/c32-debug.ld')
-rw-r--r--nuttx/configs/mirtoo/scripts/c32-debug.ld4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/mirtoo/scripts/c32-debug.ld b/nuttx/configs/mirtoo/scripts/c32-debug.ld
index d91aa5e72..161c5b81e 100644
--- a/nuttx/configs/mirtoo/scripts/c32-debug.ld
+++ b/nuttx/configs/mirtoo/scripts/c32-debug.ld
@@ -39,7 +39,7 @@ MEMORY
/* The PIC32MX250F128D has 128Kb of program FLASH at physical address
* 0x1d000000 but is always accessed at KSEG0 address 0x9d00:0000
*/
-
+
kseg0_progmem (rx) : ORIGIN = 0x9d000000, LENGTH = 128K
/* The PIC32MX250F128D has 3Kb of boot FLASH at physical addresses
@@ -179,7 +179,7 @@ SECTIONS
*(.gnu.linkonce.r.*)
/* Small initialized constant global and static data */
-
+
*(.sdata2 .sdata2.*)
*(.gnu.linkonce.s2.*)