Skip to content

Commit

Permalink
app: boards: mimx93_evk_a55: change SRAM0's address to 0xd000000
Browse files Browse the repository at this point in the history
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]>
Signed-off-by: Kai Vehmanen <[email protected]>
  • Loading branch information
LaurentiuM1234 authored and kv2019i committed Mar 5, 2024
1 parent f117081 commit 553a7df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/boards/mimx93_evk_a55.overlay
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
*/

/ {
/delete-node/ memory@c0000000;
/delete-node/ memory@d0000000;
/* Inmate memory, reserved through "mem=1248MB" boot argument,
* starts at 0xce000000.
*/
Expand Down

0 comments on commit 553a7df

Please sign in to comment.