pxe: Drop the cmdline parameter
Now that PXE can operate without the command line, drop the parameter throughout the code. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
@@ -105,8 +105,8 @@ static int do_sysboot(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||
return 1;
|
||||
}
|
||||
|
||||
if (pxe_setup_ctx(&ctx, cmdtp, sysboot_read_file, &info, true,
|
||||
filename, false, false)) {
|
||||
if (pxe_setup_ctx(&ctx, sysboot_read_file, &info, true, filename, false,
|
||||
false)) {
|
||||
printf("Out of memory\n");
|
||||
return CMD_RET_FAILURE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user