From 938748177fc65a235565a548d86700b24b086a64 Mon Sep 17 00:00:00 2001 From: Tomi Fontanilles Date: Wed, 28 Aug 2024 12:50:16 +0300 Subject: [PATCH] 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 --- boards/ezurio/mg100/Kconfig.defconfig | 5 +---- boards/ezurio/pinnacle_100_dvk/Kconfig.defconfig | 5 +---- 2 files changed, 2 insertions(+), 8 deletions(-) diff --git a/boards/ezurio/mg100/Kconfig.defconfig b/boards/ezurio/mg100/Kconfig.defconfig index 7c08d74f8c5..0db2eee8478 100644 --- a/boards/ezurio/mg100/Kconfig.defconfig +++ b/boards/ezurio/mg100/Kconfig.defconfig @@ -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 diff --git a/boards/ezurio/pinnacle_100_dvk/Kconfig.defconfig b/boards/ezurio/pinnacle_100_dvk/Kconfig.defconfig index 181dc76a04e..c53ec05d15a 100644 --- a/boards/ezurio/pinnacle_100_dvk/Kconfig.defconfig +++ b/boards/ezurio/pinnacle_100_dvk/Kconfig.defconfig @@ -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