]> git.baikalelectronics.ru Git - uboot.git/commit
cmd: pxe: reorder kernel treatment in label_boot
authorPatrick Delaunay <patrick.delaunay@foss.st.com>
Fri, 28 Oct 2022 09:01:18 +0000 (11:01 +0200)
committerTom Rini <trini@konsulko.com>
Mon, 12 Dec 2022 19:03:12 +0000 (14:03 -0500)
commit4c70c6614e1308b156d47767f3dfe27289870fd9
tree6c60d9c4661d911e64812b7e2709f3337ca31633
parent4fb3b29f4c192bbc1d39a3819ae0292aea18b0fd
cmd: pxe: reorder kernel treatment in label_boot

Reorder kernel treatment in label_boot at the beginning of the function.

This patch doesn't change the pxe command behavior, it is only a
preliminary step for next patch, build kernel_addr before parsing
the label initrd and fdt to build the next bootm arguments.

Signed-off-by: Patrick Delaunay <patrick.delaunay@foss.st.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
boot/pxe_utils.c