Modify BTL_APPLICATION_BASE macro of btl_interface.h file with the new start address of application. As an example on EFR32FG28, the new value can be FLASH_BASE + 0x00008000UL
Modify the application region area either directly in the linker sript (autogen/linkerfile.ld) or with the memory editor tool:
Keep in mind that the values of BTL_APPLICATION_BASE and BTL_UPGRADE_LOCATION_BASE should be page aligned.