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 <laurentiu.mihalcea@nxp.com>
Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
  • Loading branch information
LaurentiuM1234 authored and dbaluta committed Mar 6, 2024
1 parent d8d93d3 commit 5ec60b3
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 5ec60b3

Please sign in to comment.