Skip to content

Commit

Permalink
boards: mimxrt1010_evk: Point SRAM to OCRAM
Browse files Browse the repository at this point in the history
Point the SRAM reference to the larger OCRAM memory block.

Fixes: #33726

Signed-off-by: David Leach <david.leach@nxp.com>
  • Loading branch information
dleach02 authored and nashif committed May 25, 2021
1 parent fa41ec0 commit a7c732d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion boards/arm/mimxrt1010_evk/mimxrt1010_evk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
};

chosen {
zephyr,sram = &dtcm;
zephyr,sram = &ocram;
zephyr,itcm = &itcm;
zephyr,console = &lpuart1;
zephyr,shell-uart = &lpuart1;
Expand Down

0 comments on commit a7c732d

Please sign in to comment.