This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git

commit e44f69921d35334de86c1710a0f5d2a1f77e0742
Author: cuiziwei <[email protected]>
AuthorDate: Fri Aug 25 14:57:43 2023 +0800

    nuttx/boards:Replace /r/n with /n
---
 .../rx65n/rx65n-rsk1mb/scripts/linker_script.ld    | 26 +++++++++++-----------
 .../rx65n/rx65n-rsk2mb/scripts/linker_script.ld    | 26 +++++++++++-----------
 .../renesas/rx65n/rx65n/scripts/linker_script.ld   | 26 +++++++++++-----------
 3 files changed, 39 insertions(+), 39 deletions(-)

diff --git a/boards/renesas/rx65n/rx65n-rsk1mb/scripts/linker_script.ld 
b/boards/renesas/rx65n/rx65n-rsk1mb/scripts/linker_script.ld
index f6da94050e..99b6d11b75 100644
--- a/boards/renesas/rx65n/rx65n-rsk1mb/scripts/linker_script.ld
+++ b/boards/renesas/rx65n/rx65n-rsk1mb/scripts/linker_script.ld
@@ -1,15 +1,15 @@
 MEMORY
-{
-/*     RSK-RX65N-1MB */
+{
+/*     RSK-RX65N-1MB */
        RAM : ORIGIN = 0x0, LENGTH = 262144
        ROM : ORIGIN = 0xFFF00000, LENGTH = 1048576
        OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
-/*     RSK-RX65N-2MB | GR-ROSE */
+/*     RSK-RX65N-2MB | GR-ROSE */
 /*
-       RAM : ORIGIN = 0x0, LENGTH = 655360
-       ROM : ORIGIN = 0xFFE00000, LENGTH = 2097152
-       OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
-*/
+       RAM : ORIGIN = 0x0, LENGTH = 655360
+       ROM : ORIGIN = 0xFFE00000, LENGTH = 2097152
+       OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
+*/
 }
 SECTIONS
 {
@@ -20,13 +20,13 @@ SECTIONS
        .fvectors 0xFFFFFFFC: AT(0xFFFFFFFC)
        {
                KEEP(*(.fvectors))
-       } > ROM
-/*     RSK-RX65N-1MB */
+       } > ROM
+/*     RSK-RX65N-1MB */
        .text 0xFFF00000: AT(0xFFF00000)
-/*     RSK-RX65N-2MB | GR-ROSE */
-/*
-       .text 0xFFE00000: AT(0xFFE00000)
-*/
+/*     RSK-RX65N-2MB | GR-ROSE */
+/*
+       .text 0xFFE00000: AT(0xFFE00000)
+*/
        {
                *(.text)
                . = ALIGN(4);
diff --git a/boards/renesas/rx65n/rx65n-rsk2mb/scripts/linker_script.ld 
b/boards/renesas/rx65n/rx65n-rsk2mb/scripts/linker_script.ld
index e2aa9f1a0f..c1b8e8fd74 100644
--- a/boards/renesas/rx65n/rx65n-rsk2mb/scripts/linker_script.ld
+++ b/boards/renesas/rx65n/rx65n-rsk2mb/scripts/linker_script.ld
@@ -1,16 +1,16 @@
 MEMORY
-{
-/*     RSK-RX65N-1MB */
+{
+/*     RSK-RX65N-1MB */
 /*
        RAM : ORIGIN = 0x0, LENGTH = 262144
        ROM : ORIGIN = 0xFFF00000, LENGTH = 1048576
        OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
-*/
-/*     RSK-RX65N-2MB | GR-ROSE */
+*/
+/*     RSK-RX65N-2MB | GR-ROSE */
        RAM : ORIGIN = 0x0, LENGTH = 262144
-       RAMHI : ORIGIN = 0x800000, LENGTH = 393216
-       ROM : ORIGIN = 0xFFE00000, LENGTH = 2097152
-       OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
+       RAMHI : ORIGIN = 0x800000, LENGTH = 393216
+       ROM : ORIGIN = 0xFFE00000, LENGTH = 2097152
+       OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
 }
 SECTIONS
 {
@@ -21,13 +21,13 @@ SECTIONS
        .fvectors 0xFFFFFFFC: AT(0xFFFFFFFC)
        {
                KEEP(*(.fvectors))
-       } > ROM
-/*     RSK-RX65N-1MB */
-/*
+       } > ROM
+/*     RSK-RX65N-1MB */
+/*
        .text 0xFFF00000: AT(0xFFF00000)
-*/
-/*     RSK-RX65N-2MB | GR-ROSE */
-       .text 0xFFE00000: AT(0xFFE00000)
+*/
+/*     RSK-RX65N-2MB | GR-ROSE */
+       .text 0xFFE00000: AT(0xFFE00000)
        {
                *(.text)
                . = ALIGN(4);
diff --git a/boards/renesas/rx65n/rx65n/scripts/linker_script.ld 
b/boards/renesas/rx65n/rx65n/scripts/linker_script.ld
index 9d5572d228..6a698eeee7 100644
--- a/boards/renesas/rx65n/rx65n/scripts/linker_script.ld
+++ b/boards/renesas/rx65n/rx65n/scripts/linker_script.ld
@@ -1,16 +1,16 @@
 MEMORY
-{
-/*     RSK-RX65N-1MB */
+{
+/*     RSK-RX65N-1MB */
 /*
        RAM : ORIGIN = 0x0, LENGTH = 262144
        ROM : ORIGIN = 0xFFF00000, LENGTH = 1048576
        OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
-*/
-/*     RSK-RX65N-2MB | GR-ROSE */
+*/
+/*     RSK-RX65N-2MB | GR-ROSE */
        RAM : ORIGIN = 0x0, LENGTH = 262144
-       RAMHI : ORIGIN = 0x800000, LENGTH = 393216
-       ROM : ORIGIN = 0xFFE00000, LENGTH = 2097152
-       OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
+       RAMHI : ORIGIN = 0x800000, LENGTH = 393216
+       ROM : ORIGIN = 0xFFE00000, LENGTH = 2097152
+       OFS : ORIGIN = 0xFE7F5D00, LENGTH = 256
 }
 SECTIONS
 {
@@ -23,13 +23,13 @@ SECTIONS
        .fvectors 0xFFFFFFFC: AT(0xFFFFFFFC)
        {
                KEEP(*(.fvectors))
-       } > ROM
-/*     RSK-RX65N-1MB */
-
+       } > ROM
+/*     RSK-RX65N-1MB */
+
        .text 0xFFF00000: AT(0xFFF00000)
-
-/*     RSK-RX65N-2MB | GR-ROSE */
-       /*.text 0xFFE00000: AT(0xFFE00000) */
+
+/*     RSK-RX65N-2MB | GR-ROSE */
+       /*.text 0xFFE00000: AT(0xFFE00000) */
        {
                *(.text)
                . = ALIGN(4);

Reply via email to