Hello Hemwant Rawat,
I verified your uImage file, encountered same problem as you.
There is problem with uImage which you built.
You could refer to the following procedure to build Linux Kernel image.
Please download SDK image ISO for e500v2, then install Toolchain for e500v2, and execute the following command.
$ source /opt/fsl-qoriq/2.0/environment-setup-ppce500v2-fsl-linux-gnuspe
$ cp arch/powerpc/configs/mpc85xx_defconfig .config
$ make ARCH=powerpc menuconfig
$ unset LDFLAGS
$ make uImage CC="powerpc-fsl-linux-gnuspe-gcc --sysroot=/opt/fsl-qoriq/2.0/sysroots/ppce500v2-fsl-linux-gnuspe"
Thanks,
Yiping