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

app: boards: mimx93_evk_a55: change SRAM0's address to 0xd000000 #8904

Closed
wants to merge 1 commit into from

Conversation

LaurentiuM1234
Copy link
Contributor

Zephyr commit b985442829dd ("dts: mimx93_evk_a55: avoid conflict with Ethos-U NPU reserved memory") changes SRAM0's address to 0xd0000000. This breaks the i.MX93 SOF build because the SRAM0 node is no longer deleted so west build complains about having 2 SRAM0 nodes with different addresses.

To fix this, update the deleted node's base address.

Zephyr commit b985442829dd ("dts: mimx93_evk_a55: avoid conflict
with Ethos-U NPU reserved memory") changes SRAM0's address to
0xd0000000. This breaks the i.MX93 SOF build because the SRAM0
node is no longer deleted so west build complains about having
2 SRAM0 nodes with different addresses.

To fix this, update the deleted node's base address.

Signed-off-by: Laurentiu Mihalcea <[email protected]>
@kv2019i
Copy link
Collaborator

kv2019i commented Mar 5, 2024

Cherry-picked to #8903

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.

2 participants