-
Notifications
You must be signed in to change notification settings - Fork 3k
Rename text region in ARM linker file for Renesas & Realtek boards #7729
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rename text region in ARM linker file for Renesas & Realtek boards #7729
Conversation
/morph build |
Build : SUCCESSBuild number : 2768 Triggering tests/morph test |
Exporter Build : SUCCESSBuild number : 2398 |
Test : FAILUREBuild number : 2496 |
Timeout /morph test |
Test : SUCCESSBuild number : 2500 |
…script_renesas_realtek Rename text region in ARM linker file for Renesas & Realtek boards
@@ -55,7 +55,7 @@ LR_TCM 0x1FFF0000 0x10000 { | |||
} | |||
} | |||
|
|||
LR_DRAM 0x30000000 0x200000 { | |||
LR_IROM1 0x30000000 0x200000 { | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These two regions (LR_DRAM & ER_IRAM) had re-named as one region (LR_IROM1). Are there any reasons? LR_DRAM is actually not a region that only has text. I wonder the name changes may cause further issues.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Any suggestions?
Description
Continuing the work from #7242, to name the text load region LR_IROM1. This is required for uniformity sake, claiming that this should be the region name for all boards (also mentioned in Handbook). Work is done here on few Renesas and Realtek boards.
Pull request type