I assume you are using CodeWarrior for Coldfire V6.0. Am I right?
For CodeWarrior coldfire, the linker command file has extension .lcf.
Memory areas where you want to allocate code are defined in the MEMORY block within this .lcf file.
When modifying the memory areas, make sure you specify only existing memory on the hardware board.
I hope this helps.
CrasyCat