boards: mimxrt1010_evk: Point SRAM to OCRAM

Point the SRAM reference to the larger OCRAM memory block.

Fixes: #33726

Signed-off-by: David Leach <david.leach@nxp.com>
This commit is contained in:
David Leach 2021-05-23 19:35:38 -05:00 committed by Anas Nashif
commit a7c732db2b

View file

@ -19,7 +19,7 @@
}; };
chosen { chosen {
zephyr,sram = &dtcm; zephyr,sram = &ocram;
zephyr,itcm = &itcm; zephyr,itcm = &itcm;
zephyr,console = &lpuart1; zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1; zephyr,shell-uart = &lpuart1;