Commit 2e49ca98 authored by Daniel DeGrasse's avatar Daniel DeGrasse Committed by Carles Cufi
Browse files

boards: mimxrt595_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: default avatarDaniel DeGrasse <daniel.degrasse@nxp.com>
parent 54ea741a
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -10,8 +10,6 @@ config BOARD

config FLASH_MCUX_FLEXSPI_MX25UM51345G
	default y if FLASH
config FLASH_SIZE
	default $(dt_node_int_prop_int,/soc/spi@134000/mx25um51345g@0,size,Kb)

config FLASH_MCUX_FLEXSPI_XIP
	default y if FLASH
+1 −1
Original line number Diff line number Diff line
@@ -28,7 +28,7 @@
	};

	chosen {
		zephyr,flash-controller = &flexspi;
		zephyr,flash-controller = &mx25um51345g;
		zephyr,flash = &mx25um51345g;
		zephyr,code-partition = &slot0_partition;
		zephyr,sram = &sram0;