But remember that when working with iMX28 it's not the pure kernel image (uImage) that you use, but the imx28_linux.sb file, which has to be regenerated as well when you change the kernel.
To rebuild imx28_linux.sb you can do:
./ltib -p boot_stream.spec
If you are constantly changing the kernel, you can do:
./ltib -p boot_stream.spec -m prep
./ltib -p boot_stream.spec -m scbuild
And then only:
./ltib -p boot_stream.spec -m scdeploy, each time you change the kernel, which should save you some time.
Regards.