What is the code size required for the bootloader for FRDM-KL25Z board?For the FRDM-KL25Z board, the bootloader is compiled with gcc compiler. Without optimization (-O0), it needs 13 KByte of FLASH. But when optimized for size, it needs only 8 Kbyte.