Hi,
I am developing an Openthread application using Nordic Connect SDK for the nrf52840dongle. I updated my nrf SDK to bd075cc09. Since then, my application won't boot anymore. Commit with hash 141d711c910cba10ec1ccf204af8825ebb6d4890, seems to have caused the issue. I accidently had CONFIG_BOARD_HAS_NRF5_BOOTLOADER enabled together with CONFIG_BOOTLOADER_MCUBOOT. When I build with CONFIG_BOARD_HAS_NRF5_BOOTLOADER not enabled, my application boots without any problems. Will this commit have influence on devices that are already in the field which had CONFIG_BOOTLOADER_MCUBOOT and CONFIG_BOARD_HAS_NRF5_BOOTLOADER enabled simultaneously?
Thank you