boards: mimxrt685_evk_cm33: Remove FLASH_SIZE setting
Remove FLASH_SIZE setting, as this is now set from the SOC level via the flash chosen node. Also, correct the flash controller node to the flash device that implements flash support Signed-off-by: Daniel DeGrasse <daniel.degrasse@nxp.com>
This commit is contained in:
parent
b455492b1b
commit
8170bf7ebf
2 changed files with 1 additions and 4 deletions
|
@ -18,9 +18,6 @@ choice FLASH_MCUX_FLEXSPI_MX25UM51345G_OPI_MODE
|
|||
default FLASH_MCUX_FLEXSPI_MX25UM51345G_OPI_STR
|
||||
endchoice
|
||||
|
||||
config FLASH_SIZE
|
||||
default $(dt_node_int_prop_int,/soc/spi@134000/mx25um51345g@2,size,Kb)
|
||||
|
||||
config FLASH_MCUX_FLEXSPI_XIP
|
||||
default y if FLASH
|
||||
depends on MEMC_MCUX_FLEXSPI
|
||||
|
|
|
@ -36,7 +36,7 @@
|
|||
};
|
||||
|
||||
chosen {
|
||||
zephyr,flash-controller = &flexspi;
|
||||
zephyr,flash-controller = &mx25um51345g;
|
||||
zephyr,flash = &mx25um51345g;
|
||||
zephyr,code-partition = &slot0_partition;
|
||||
zephyr,sram = &sram0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue