Skip to content

Commit c667536

Browse files
khoa-nguyen-18henrikbrixandersen
authored andcommitted
soc: renesas: ra: Remove code_in_ram section
Remove code_in_ram section which is defined in sections.ld of ra8m1, ra8d1, ra8t1, ra6m5, ra6m4, ra6m3, ra6m2, ra6m1, ra6e2, ra6e1, ra4m3, ra4m2, ra4e2 Signed-off-by: Khoa Nguyen <[email protected]>
1 parent 1275058 commit c667536

File tree

13 files changed

+0
-104
lines changed

13 files changed

+0
-104
lines changed

soc/renesas/ra/ra4e2/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra4m2/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra4m3/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra6e1/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra6e2/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra6m1/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra6m2/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra6m3/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra6m4/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

soc/renesas/ra/ra6m5/sections.ld

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
* SPDX-License-Identifier: Apache-2.0
55
*/
66

7-
.code_in_ram :
8-
{
9-
. = ALIGN(4);
10-
__Code_In_RAM_Start = .;
11-
KEEP(*(.code_in_ram*))
12-
__Code_In_RAM_End = .;
13-
} > RAMABLE_REGION
14-
157
SECTION_DATA_PROLOGUE(.fsp_dtc_vector_table,(NOLOAD),)
168
{
179
/* If DTC is used, put the DTC vector table at the start of SRAM.

0 commit comments

Comments
 (0)