Skip to content
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

boot/startup: Fix linker script filter for code in RAM #3241

Merged
merged 1 commit into from
Jun 6, 2024

Conversation

kasjer
Copy link
Contributor

@kasjer kasjer commented Jun 5, 2024

Filter .text* was before .text_ram* resulting in code intended for ram to be placed in normal flash.
Now .text.* is used for flash destination

Filter .text* was before .text_ram* resulting in code
intended for ram to be placed in normal flash.
Now .text.* is used for flash destination

Signed-off-by: Jerzy Kasenberg <[email protected]>
@kasjer kasjer added Trivial Trivial fix BugFix Bug fix labels Jun 6, 2024
@kasjer kasjer merged commit e54ac31 into apache:master Jun 6, 2024
17 checks passed
@kasjer kasjer deleted the kasjer/fix-text-ram-section-filter branch June 6, 2024 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BugFix Bug fix Trivial Trivial fix
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants