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:
parent
fa41ec052d
commit
a7c732db2b
@ -19,7 +19,7 @@
|
||||
};
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dtcm;
|
||||
zephyr,sram = &ocram;
|
||||
zephyr,itcm = &itcm;
|
||||
zephyr,console = &lpuart1;
|
||||
zephyr,shell-uart = &lpuart1;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user