Hi.
Is it possible to add SPI or QSPI cleanup once mcuboot is done?
I've checked nrf_cleanup.c, but it seems that (Q)SPI is not turned off, which increases the power consumption when the application starts if it does not use the external flash itself.
A simple hack is enable the (Q)SPI in the application, and put it to "power down", but could it be added directly to mcuboot?
Regards
Giuliano