boards: Add config to mimxrt10{20,60,64}_evk boards to link into sdram
Adds a new configuration option to mimxrt10{20,60,64}_evk boards to link data into external sdram. The default remains to link data into internal data tightly coupled memory (DTCM). Note that mimxrt1050_evk is not included because it already has support for linking data into sdram. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
65d51fd423
commit
75cb3553f4
9 changed files with 93 additions and 3 deletions
|
@ -27,7 +27,6 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &dtcm0;
|
||||
zephyr,console = &uart1;
|
||||
zephyr,shell-uart = &uart1;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue