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:
Maureen Helm 2019-02-04 08:49:25 -06:00 committed by Anas Nashif
commit 75cb3553f4
9 changed files with 93 additions and 3 deletions

View file

@ -27,7 +27,6 @@
};
chosen {
zephyr,sram = &dtcm0;
zephyr,console = &uart1;
zephyr,shell-uart = &uart1;
};