Skip to content

Commit 2d60e62

Browse files
LaurentiuM1234dbaluta
authored andcommitted
app: boards: imx93_evk: change sram0 node name to dram
Zephyr commit 06227ba8792 ("boards: nxp: imx8m/n/p, imx93/5, fix ram dts node name") changed the node name from `sram0` to `dram`. As such, make this change on SOF side as well. Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea@nxp.com>
1 parent 08adf80 commit 2d60e62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/boards/imx93_evk_mimx9352_a55.overlay

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
/* Inmate memory, reserved through "mem=1248MB" boot argument,
1010
* starts at 0xce000000.
1111
*/
12-
sram0: memory@ce000000 {
12+
dram: memory@ce000000 {
1313
reg = <0xce000000 DT_SIZE_M(1)>;
1414
};
1515

0 commit comments

Comments
 (0)