pxe: Record the bootflow in the PXE context
At present the only option with PXE is to boot it and see what happens. Provide a bootflow, when available, so that PXE will eventually be able to add some useful information to it. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -106,7 +106,7 @@ static int do_sysboot(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
}
|
||||
|
||||
if (pxe_setup_ctx(&ctx, sysboot_read_file, &info, true, filename, false,
|
||||
false)) {
|
||||
false, NULL)) {
|
||||
printf("Out of memory\n");
|
||||
return CMD_RET_FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user