Skip to content

Commit a7c732d

Browse files
dleach02nashif
authored andcommitted
boards: mimxrt1010_evk: Point SRAM to OCRAM
Point the SRAM reference to the larger OCRAM memory block. Fixes: #33726 Signed-off-by: David Leach <[email protected]>
1 parent fa41ec0 commit a7c732d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

boards/arm/mimxrt1010_evk/mimxrt1010_evk.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
};
2020

2121
chosen {
22-
zephyr,sram = &dtcm;
22+
zephyr,sram = &ocram;
2323
zephyr,itcm = &itcm;
2424
zephyr,console = &lpuart1;
2525
zephyr,shell-uart = &lpuart1;

0 commit comments

Comments
 (0)