We have been porting from v2.5.3 to v2.8.0. So far the only thing that we've had to change has been the board files, but one thing that was noticed is that the CONFIG_FLASH_LOAD_OFFSET offset we use, typically our value of 0xC000, is not being respected and the project is being located at hex 0x0000. This is going to prevent us from using v2.8.0 until it is resolved because we cannot use our NRF5 bootloader.
Has anyone else seen this issue so far?