From 5ec60b341b5403b1ed3ab15d3dd5801a44e1d4c9 Mon Sep 17 00:00:00 2001 From: Laurentiu Mihalcea Date: Tue, 5 Mar 2024 16:17:32 +0200 Subject: [PATCH] app: boards: mimx93_evk_a55: change SRAM0's address to 0xd000000 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 Signed-off-by: Kai Vehmanen --- app/boards/mimx93_evk_a55.overlay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/boards/mimx93_evk_a55.overlay b/app/boards/mimx93_evk_a55.overlay index 739b454e314b..df46ffd8b080 100644 --- a/app/boards/mimx93_evk_a55.overlay +++ b/app/boards/mimx93_evk_a55.overlay @@ -5,7 +5,7 @@ */ / { - /delete-node/ memory@c0000000; + /delete-node/ memory@d0000000; /* Inmate memory, reserved through "mem=1248MB" boot argument, * starts at 0xce000000. */