Skip to content

Commit 7bcbb78

Browse files
author
Cruz Monrreal
authored
Merge pull request #7729 from davidsaada/david_fix_arm_linker_script_renesas_realtek
Rename text region in ARM linker file for Renesas & Realtek boards
2 parents e923bbd + 84412d6 commit 7bcbb78

File tree

4 files changed

+5
-5
lines changed
  • targets
    • TARGET_RENESAS/TARGET_RZ_A1XX
    • TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_ARM_STD

4 files changed

+5
-5
lines changed

targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_GR_LYCHEE/device/TOOLCHAIN_ARM_STD/MBRZA1LU.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LOAD_TTB __TTB_BASE __TTB_SIZE ; Page 0 of On-Chip Data Retention RAM
2323
{ } ; Level-1 Translation Table for MMU
2424
}
2525

26-
SFLASH MBED_APP_START MBED_APP_SIZE ; load region size_region
26+
LR_IROM1 MBED_APP_START MBED_APP_SIZE ; load region size_region
2727
{
2828
#if (MBED_APP_START == 0x18000000)
2929
BOOT_LOADER_BEGIN MBED_APP_START FIXED

targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_RZ_A1H/device/TOOLCHAIN_ARM_STD/MBRZA1H.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ LOAD_TTB __TTB_BASE __TTB_SIZE ; Page 0 of On-Chip Data Retention RAM
2323
{ } ; Level-1 Translation Table for MMU
2424
}
2525

26-
SFLASH MBED_APP_START MBED_APP_SIZE ; load region size_region
26+
LR_IROM1 MBED_APP_START MBED_APP_SIZE ; load region size_region
2727
{
2828
#if (MBED_APP_START == 0x18000000)
2929
BOOT_LOADER_BEGIN MBED_APP_START FIXED

targets/TARGET_RENESAS/TARGET_RZ_A1XX/TARGET_VK_RZ_A1H/device/TOOLCHAIN_ARM_STD/VKRZA1H.sct

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ LOAD_TTB __TTB_BASE __TTB_SIZE ; Page 0 of On-Chip Data Retention RAM
1616
{ } ; Level-1 Translation Table for MMU
1717
}
1818

19-
SFLASH __ROM_BASE __ROM_SIZE ; load region size_region
19+
LR_IROM1 __ROM_BASE __ROM_SIZE ; load region size_region
2020
{
2121
VECTORS __VECTOR_BASE FIXED
2222
{

targets/TARGET_Realtek/TARGET_AMEBA/TARGET_RTL8195A/device/TOOLCHAIN_ARM_STD/rtl8195a.sct

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ LR_IRAM 0x10007000 (0x70000 - 0x7000) {
1717
*rtl8195a_init*.o(.image2.validate.rodata*)
1818
}
1919

20-
ER_IRAM +0 FIXED {
20+
LR_IROM1 +0 FIXED {
2121
*(.ARM.exidx)
2222
*(.init_array)
2323
*rtl8195a_crypto*.o (+RO)
@@ -55,7 +55,7 @@ LR_TCM 0x1FFF0000 0x10000 {
5555
}
5656
}
5757

58-
LR_DRAM 0x30000000 0x200000 {
58+
LR_IROM1 0x30000000 0x200000 {
5959

6060
ER_DRAM +0 FIXED {
6161
.ANY (+RO)

0 commit comments

Comments
 (0)