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

Few LMDK fixes #9311

Merged
merged 3 commits into from
Aug 5, 2024
Merged

Conversation

serhiy-katsyuba-intel
Copy link
Contributor

  • Fix typo in README.md
  • Fix compilation error when building smart_amp_test as loadable module using LMDK.
  • Fix linker script: specifying 0 address for .module section results in few GB binary file. Instead, put .module section near .text or .rodata.

Fixes typo in README.md.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
Fixes compilation error when building smart_amp_test as loadable module
using LMDK.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
@serhiy-katsyuba-intel
Copy link
Contributor Author

SOFCI TEST

Specifying 0 address for .module section results in few GB binary file.
Instead, put .module section near .text or .rodata.

Signed-off-by: Serhiy Katsyuba <serhiy.katsyuba@intel.com>
@lgirdwood lgirdwood merged commit 7bd1953 into thesofproject:main Aug 5, 2024
44 of 47 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants