summaryrefslogtreecommitdiff
path: root/nuttx/configs/mirtoo
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/mirtoo')
-rw-r--r--nuttx/configs/mirtoo/scripts/c32-debug.ld4
-rw-r--r--nuttx/configs/mirtoo/scripts/c32-release.ld10
-rw-r--r--nuttx/configs/mirtoo/scripts/mips-elf-debug.ld4
-rw-r--r--nuttx/configs/mirtoo/scripts/mips-elf-release.ld10
-rw-r--r--nuttx/configs/mirtoo/scripts/xc32-debug.ld4
-rw-r--r--nuttx/configs/mirtoo/scripts/xc32-release.ld10
6 files changed, 21 insertions, 21 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.*)
diff --git a/nuttx/configs/mirtoo/scripts/c32-release.ld b/nuttx/configs/mirtoo/scripts/c32-release.ld
index 05f0ecc06..e34a3b8e1 100644
--- a/nuttx/configs/mirtoo/scripts/c32-release.ld
+++ b/nuttx/configs/mirtoo/scripts/c32-release.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
@@ -166,8 +166,8 @@ SECTIONS
.text :
{
_stext = ABSOLUTE(.);
- *(.text .text.*)
- *(.stub)
+ *(.text .text.*)
+ *(.stub)
KEEP (*(.text.*personality*))
*(.gnu.linkonce.t.*)
*(.gnu.warning)
@@ -176,12 +176,12 @@ SECTIONS
/* Read-only data is included in the text section */
- *(.rodata .rodata.*)
+ *(.rodata .rodata.*)
*(.rodata1)
*(.gnu.linkonce.r.*)
/* Small initialized constant global and static data */
-
+
*(.sdata2 .sdata2.*)
*(.gnu.linkonce.s2.*)
diff --git a/nuttx/configs/mirtoo/scripts/mips-elf-debug.ld b/nuttx/configs/mirtoo/scripts/mips-elf-debug.ld
index c08ba13c8..990bc154b 100644
--- a/nuttx/configs/mirtoo/scripts/mips-elf-debug.ld
+++ b/nuttx/configs/mirtoo/scripts/mips-elf-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.*)
diff --git a/nuttx/configs/mirtoo/scripts/mips-elf-release.ld b/nuttx/configs/mirtoo/scripts/mips-elf-release.ld
index ce64e67a5..2c3ee892f 100644
--- a/nuttx/configs/mirtoo/scripts/mips-elf-release.ld
+++ b/nuttx/configs/mirtoo/scripts/mips-elf-release.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
@@ -166,8 +166,8 @@ SECTIONS
.text :
{
_stext = ABSOLUTE(.);
- *(.text .text.*)
- *(.stub)
+ *(.text .text.*)
+ *(.stub)
KEEP (*(.text.*personality*))
*(.gnu.linkonce.t.*)
*(.gnu.warning)
@@ -176,12 +176,12 @@ SECTIONS
/* Read-only data is included in the text section */
- *(.rodata .rodata.*)
+ *(.rodata .rodata.*)
*(.rodata1)
*(.gnu.linkonce.r.*)
/* Small initialized constant global and static data */
-
+
*(.sdata2 .sdata2.*)
*(.gnu.linkonce.s2.*)
diff --git a/nuttx/configs/mirtoo/scripts/xc32-debug.ld b/nuttx/configs/mirtoo/scripts/xc32-debug.ld
index 7582dcaab..3c5cc949d 100644
--- a/nuttx/configs/mirtoo/scripts/xc32-debug.ld
+++ b/nuttx/configs/mirtoo/scripts/xc32-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_program_mem (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.*)
diff --git a/nuttx/configs/mirtoo/scripts/xc32-release.ld b/nuttx/configs/mirtoo/scripts/xc32-release.ld
index 2c8471ad8..b6b24cc71 100644
--- a/nuttx/configs/mirtoo/scripts/xc32-release.ld
+++ b/nuttx/configs/mirtoo/scripts/xc32-release.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_program_mem (rx) : ORIGIN = 0x9d000000, LENGTH = 128K
/* The PIC32MX250F128D has 3Kb of boot FLASH at physical addresses
@@ -166,8 +166,8 @@ SECTIONS
.text :
{
_stext = ABSOLUTE(.);
- *(.text .text.*)
- *(.stub)
+ *(.text .text.*)
+ *(.stub)
KEEP (*(.text.*personality*))
*(.gnu.linkonce.t.*)
*(.gnu.warning)
@@ -176,12 +176,12 @@ SECTIONS
/* Read-only data is included in the text section */
- *(.rodata .rodata.*)
+ *(.rodata .rodata.*)
*(.rodata1)
*(.gnu.linkonce.r.*)
/* Small initialized constant global and static data */
-
+
*(.sdata2 .sdata2.*)
*(.gnu.linkonce.s2.*)