spl: Use u-boot.img instead of u-boot.bin
authorAlison Wang <b18965@freescale.com>
Wed, 3 Dec 2014 07:00:42 +0000 (15:00 +0800)
committerYork Sun <yorksun@freescale.com>
Thu, 11 Dec 2014 17:37:48 +0000 (09:37 -0800)
commit45c2e480edd5360c46f92bfb7e8ca6ac4554767f
tree0f5a5f66197be539dfc5e842227e8ae3ba491f58
parent94cb17d0786867b8bffb684adb48f7111d9d5b63
spl: Use u-boot.img instead of u-boot.bin

In SD boot, the magic number of u-boot image will be checked.
For LS102xA, u-boot.bin doesn't have the magic number. So use
u-boot.img which includes the magic number instead of u-boot.bin
when producing u-boot-with-spl-pbl.bin.

Signed-off-by: Alison Wang <alison.wang@freescale.com>
Reviewed-by: York Sun <yorksun@freescale.com>
Makefile