Hi Jesper:
I think it is not possible to just change the MQX_CPU define in “user_config.h” from your current K60 to the K64. Because there are some differences between them. You need to do some migration work.
There are two BSP porting guide under MQX documentation folder. You can use that as a starting point to port custom code to K64.
C:\Freescale\Freescale_MQX_4_2\doc\mqx\MQX_BSP_Porting_Example_User_Guide.pdf
C:\Freescale\Freescale_MQX_4_2\doc\mqx\MQX_BSP_Porting_Guide.pdf
Since K64 is supported in MQX 4.2, I think it’s better to make a new BSP that is cloned from the K64F120M, and add your custom code into this BSP.
Regards
Daniel