I have been using an nrf52833 with spi nor for mcuboot. I recently updated the code to 2.4.2 and when I do that nrf_qspi_nor.c gets added and breaks the compile after I add the new bootloader config "CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU=y" This seems very odd given that this chip does not have qpsi and now the project is looking for the qspi node. Below is the pi node that has been working until now