Hello sachin,
About change , it mainly include two parts:
- The first part is bootloader code :
- the UART port ;
- the flash , especially the "APPOK_START_ADDRESS", it defined in the file of "FRDM_KL26Z_cfg.h":
| #define APPOK_START_ADDRESS | | 0x1FFF8 |
for your chip is 64k size flash , here you need change it to 0xFFF8 .
and other about flash need to be change , please refer to this picture to check whether is right :

- The other part is the GUI code : mainly change the file of ""GlobalVars.cs" ,
you need refer to the "MKL26128" to add other part as it :

You can first change the places i mentioned above , then test , if it sitll can not work , you can tell me the detail information or
which step it failed , then i will check with you .
Furthermore , if you use the keil , you only need check these folders :
-Kinetis-Bootloader-master\ Kinetis-Bootloader-master1027\Kinetis Bootloader SW\Bootloader and Application for KL26\Bootloader Source Code\boorloader_kl26_MDK
- Kinetis-Bootloader-master\Kinetis-Bootloader-master1027\Kinetis Bootloader SW\Bootloader GUI Source Code\Boot_Loader_GUI 20151026
- Kinetis-Bootloader-master\Kinetis-Bootloader-master1027\Kinetis Bootloader SW\Bootloader and Application for KL26\User Application Source Code (this are app code created on CodeWarrior)-
- Kinetis-Bootloader-master\Kinetis-Bootloader-master1027\Kinetis Bootloader DOC - 0915.pdf (This DOC is detail about the bootloader , i recommend you check it )
Hope it helps
Alice