Skip to content

Commit

Permalink
pxe: pass EFI device handle
Browse files Browse the repository at this point in the history
  • Loading branch information
no92 committed Dec 22, 2024
1 parent f168f1b commit ac3c4ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions common/pxe/tftp.s2.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ struct file_handle *tftp_open(struct volume *part, const char *server_addr, cons

struct file_handle *handle = ext_mem_alloc(sizeof(struct file_handle));

handle->efi_part_handle = part->efi_handle;
handle->size = file_size;
handle->is_memfile = true;

Expand Down

0 comments on commit ac3c4ac

Please sign in to comment.