How to configure more flash space for App on Thingy91

On the Thingy 91, the default configuration allocates a lot of flash space to several mcuboot partitions, leaving only 380kb for the app. 

I need more space for the app, so is there a way to reduce the amount needed by mcuboot?

I am only creating a demo, so I don't need a secure boot loader, and could make do with no boot loader at all if necessary.

I have tried disabling the MCU boot in the proj.conf but the default seems to override this.

What it is the proper way to do this?

Related