Re: [PATCH 1/3] cmd: pxe: reorder kernel treatment in label_boot

2022-12-12 Thread Tom Rini
On Fri, Oct 28, 2022 at 11:01:18AM +0200, Patrick Delaunay wrote: > 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

Re: [PATCH 1/3] cmd: pxe: reorder kernel treatment in label_boot

2022-10-28 Thread Neil Armstrong
On 28/10/2022 11:01, Patrick Delaunay wrote: 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 boot

[PATCH 1/3] cmd: pxe: reorder kernel treatment in label_boot

2022-10-28 Thread Patrick Delaunay
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