commit | f63963f048fd34735a2862936dbd0615d7342f8b | [log] [tgz] |
---|---|---|
author | York Sun <york.sun@nxp.com> | Thu Sep 01 16:28:21 2016 +0800 |
committer | Tom Rini <trini@konsulko.com> | Wed Sep 07 08:49:02 2016 -0400 |
tree | 4d948d4032c8b3c1e8dfc230e19839b36367d3de | |
parent | 57247d9cbf1f0b55c3922e89c6516336d51a355b [diff] |
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>