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:
Tomi Fontanilles 2024-08-28 12:50:16 +03:00 committed by Carles Cufí
commit 938748177f
2 changed files with 2 additions and 8 deletions

View file

@ -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

View file

@ -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