-
Notifications
You must be signed in to change notification settings - Fork 6.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
boards: mimxrt{1020,1050,1060,1064}_evk remove CONFIG_ from dts files
The dts files on these boards had some CONFIG_ defines related to which memory should be used to hold code. We move this choice out of DTS and back into Kconfig. As such, we removed the default setting of 'zephyr,flash' and just map CONFIG_CODE_ITCM to: DT_NXP_IMX_RT_ITCM_0_SIZE DT_NXP_IMX_RT_ITCM_0_BASE_ADDRESS CONFIG_CODE_{QSPI,HYPERFLASH} to: DT_NXP_IMX_FLEXSPI_402A8000_SIZE_1 DT_NXP_IMX_FLEXSPI_402A8000_BASE_ADDDRESS_1 for the mimxrt1050_evk, we remove the default setting of 'zephyr,sram' and just map: CONFIG_DATA_DTCM to: DT_NXP_IMX_DTCM_0_SIZE DT_NXP_IMX_DTCM_0_BASE_ADDRESS CONFIG_DATA_SDRAM to: DT_MMIO_SRAM_80000000_SIZE DT_MMIO_SRAM_80000000_BASE_ADDRESS Signed-off-by: Kumar Gala <[email protected]>
- Loading branch information
Showing
10 changed files
with
98 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters