Skip to content

Commit b90651a

Browse files
hakehuangdanieldegrasse
authored andcommitted
boards: dts: mimxrt1160_evk_cm4: sram shall not be put to ocram
as in mbox cases the ocram is used as code area, so shall not be used as sram again. this is a typo introduced by aec0355 fixing: #82841 Signed-off-by: Hake Huang <[email protected]>
1 parent 276bdb2 commit b90651a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/nxp/mimxrt1160_evk/mimxrt1160_evk_mimxrt1166_cm4.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
* sram region is changed and DMA is in use, you will
2121
* encounter issues!
2222
*/
23-
zephyr,sram = &ocram;
23+
zephyr,sram = &sram1;
2424
zephyr,console = &lpuart1;
2525
zephyr,shell-uart = &lpuart1;
2626
zephyr,flash-controller = &is25wp128;

0 commit comments

Comments
 (0)