pxe: Fix pxe boot with FIT image
authorYork Sun <york.sun@nxp.com>
Thu, 1 Sep 2016 08:28:21 +0000 (16:28 +0800)
committerTom Rini <trini@konsulko.com>
Wed, 7 Sep 2016 12:49:02 +0000 (08:49 -0400)
commitf63963f048fd34735a2862936dbd0615d7342f8b
tree4d948d4032c8b3c1e8dfc230e19839b36367d3de
parent57247d9cbf1f0b55c3922e89c6516336d51a355b
pxe: Fix pxe boot with FIT image

When FIT image is used, a single image provides kernel, device
tree and optionally ramdisk. Argc and argv need to be adjusted
to support this.

Test cases:
1. Booting with legacy images
2. Booting with legacy images without initrd
3. Booting with FIT image
Test commands:
1. pxe get && pxe boot
2. sysboot

Signed-off-by: York Sun <york.sun@nxp.com>
Signed-off-by: Wenbin Song <wenbin.song@nxp.com>
cmd/pxe.c