boards: ezurio: fix qspi definition
Do not change the default value of `NORDIC_QSPI_NOR`. It resulted in undefined references to the DT node `/soc/qspi@40029000/mx25r6435f@0` when enabling the flash driver. Signed-off-by: Tomi Fontanilles <tomi.fontanilles@nordicsemi.no>
This commit is contained in:
parent
9c4a6712b2
commit
938748177f
2 changed files with 2 additions and 8 deletions
|
@ -9,11 +9,8 @@ config MODEM
|
|||
config MODEM_HL7800
|
||||
default NETWORKING
|
||||
|
||||
config NORDIC_QSPI_NOR
|
||||
default BOOTLOADER_MCUBOOT
|
||||
|
||||
config NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE
|
||||
default 4096 if NORDIC_QSPI_NOR
|
||||
default 4096
|
||||
|
||||
config REGULATOR
|
||||
default DISK_DRIVER_SDMMC
|
||||
|
|
|
@ -11,11 +11,8 @@ config MODEM
|
|||
config MODEM_HL7800
|
||||
default NETWORKING
|
||||
|
||||
config NORDIC_QSPI_NOR
|
||||
default BOOTLOADER_MCUBOOT
|
||||
|
||||
config NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE
|
||||
default 4096 if NORDIC_QSPI_NOR
|
||||
default 4096
|
||||
|
||||
config BT_CTLR
|
||||
default BT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue