boards: soc: arm: Set zephyr,sram chosen node for i.mx rt boards
Removes the DATA_LOCATION Kconfig symbol from the i.mx rt soc series and refactors corresponding boards to use a device tree chosen node instead. The external SDRAM is chosen on all boards that can support it; otherwise the internal DTCM is chosen. Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
This commit is contained in:
parent
7bebab862c
commit
07976026a2
15 changed files with 12 additions and 68 deletions
|
@ -18,6 +18,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
zephyr,sram = &sdram0;
|
||||
zephyr,console = &lpuart1;
|
||||
zephyr,shell-uart = &lpuart1;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue