Bootloader image is too large

Can someone give me a quick overview of what is to do if the bootloader image size exeeds the default size of 64k? I guess I have to change BOOTLOADER_SIZE_IN_FLASH in customize.lx. Is this all? The flashAddress field in the application image header don’t seem to be changed.

  1. adjust BOOTLOADER_SIZE_IN_FLASH in customize.lx 2) adjust flashOffset in bootldr.dat 3) rebuild-all bsp and application (both files are located in the platform directory)