commit | 2566fd9e303a43eb3707ef7ef190978eb0159742 | [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 | e9c629c9ac5d7080c12c7e9adc553505f1851cfb [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>