Hello Kent,
There is a specific ksdk_platform_lib for this MCU part, this is located at: {KSDK_1_3_PATH}/lib/ksdk_platform_lib/kds/K22FA12.
You can import this project, compile it and link your current application to this library. (Also, if you are using other libraries like USB, you should change them as well).
Once these libraries for K22FA12 are compiled, just link your application to this libraries (On project's properties > C/C++ Build > Settings > Cross ARM C Compiler and Cross ARM C Linker options).
If you also defined the preprocessor CPU_MK22FN512xxx12 definition, replace it for CPU_MK22FN1M0AVLH12 on Preprocessor section.
If there is an error when compiling your application, then, there is a difference on your application that could cuse the problem (for example, using internal clock reference like IRC48M module that is not presented on MK22FN1M0AVLH12 part). Teorically, there should be no problem when migrating for this new part but if you get an error, please let me know it.
(Note: you can see this post for a quick view on difference between these two K22 chips: Kinetis K22_120 MHz devices )
I hope this can help you.
Best Regards,
Isaac