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
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dtcm;
|
||||
zephyr,sram = &ocram;
|
||||
zephyr,itcm = &itcm;
|
||||
zephyr,console = &lpuart1;
|
||||
zephyr,shell-uart = &lpuart1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue