Skip to content

Commit e1ef286

Browse files
soc: renesas: ra: remove code_in_ram section in linker file
Remove code_in_ram section in linker file of RA4M1, RA2A1 Signed-off-by: Khoa Nguyen <khoa.nguyen.xh@renesas.com>
1 parent e2e518c commit e1ef286

File tree

4 files changed

+0
-28
lines changed

4 files changed

+0
-28
lines changed

soc/renesas/ra/ra2a1/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ zephyr_sources(
88
)
99

1010
zephyr_linker_sources(SECTIONS sections.ld)
11-
zephyr_linker_sources(DATA_SECTIONS data_sections.ld)
1211
zephyr_linker_sources(RAM_SECTIONS ram_sections.ld)
1312
zephyr_linker_sources(ROM_START rom_start.ld)
1413

soc/renesas/ra/ra2a1/data_sections.ld

Lines changed: 0 additions & 13 deletions
This file was deleted.

soc/renesas/ra/ra4m1/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ zephyr_include_directories(.)
66
zephyr_library_sources(soc.c)
77

88
zephyr_linker_sources(SECTIONS sections.ld)
9-
zephyr_linker_sources(DATA_SECTIONS data_sections.ld)
109
zephyr_linker_sources(RAM_SECTIONS ram_sections.ld)
1110
zephyr_linker_sources(ROM_START rom_start.ld)
1211

soc/renesas/ra/ra4m1/data_sections.ld

Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
 (0)