summaryrefslogtreecommitdiff
path: root/shim.c
diff options
context:
space:
mode:
authorSteve Langasek <steve.langasek@canonical.com>2013-09-20 11:23:28 -0500
committerSteve Langasek <steve.langasek@canonical.com>2013-09-20 11:23:28 -0500
commit50ab550ada429a1406a558f11ae4f1da624aa99c (patch)
treec6f84e087a79242cd89e2beb422550b0fa40af0d /shim.c
parent4c13d15aab533c657fd9af27ec0bb0140b00c5e3 (diff)
downloadefi-boot-shim-50ab550ada429a1406a558f11ae4f1da624aa99c.tar.gz
efi-boot-shim-50ab550ada429a1406a558f11ae4f1da624aa99c.zip
debian/patches/fix-tftp-prototype: pass the right arguments to
EFI_PXE_BASE_CODE_TFTP_READ_FILE.
Diffstat (limited to 'shim.c')
-rw-r--r--shim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shim.c b/shim.c
index bfb6b0bd..ab6c9ee8 100644
--- a/shim.c
+++ b/shim.c
@@ -1161,7 +1161,7 @@ EFI_STATUS start_image(EFI_HANDLE image_handle, CHAR16 *ImagePath)
EFI_DEVICE_PATH *path;
CHAR16 *PathName = NULL;
void *sourcebuffer = NULL;
- UINTN sourcesize = 0;
+ UINT64 sourcesize = 0;
void *data = NULL;
int datasize;