Skip to content

Commit

Permalink
loader.efi: a temporary workaround for Roberto
Browse files Browse the repository at this point in the history
  • Loading branch information
dcui committed Mar 9, 2017
1 parent 6a62ef4 commit 0edd1db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sys/boot/efi/loader/copy.c
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ efi_verify_staging_size(unsigned long *nr_pages)
for ( ; i < ndesc;
i++, p = NextMemoryDescriptor(p, dsz)) {
if (p->Type != EfiConventionalMemory &&
p->Type != EfiLoaderData)
p->Type != EfiLoaderData && p->Type != EfiBootServicesCode)
break;

if (p->PhysicalStart != end)
Expand Down

0 comments on commit 0edd1db

Please sign in to comment.