Hello I have an application developed on NCS 2.3.0 with nrf5340dk_nrf5340_cpuapp_ns, that uses TF-M with encrypted ITS and a secure partition, NSIB(b0) and mcuboot with external flash.
I am now porting this application to nrf9160dk_nrf9160_ns.
I'm running into size issues which I believe are due to TF-M not in minimal mode.
Is there an example of how to build a minimal custom TF-M or how to fit the full-size TF-M with mcuboot/NSIB on the nrf9160?