Fix parser description

This commit is contained in:
Hamish Coleman 2020-04-08 17:49:33 +01:00
parent 54580e05fc
commit ab7efa33a5

View File

@ -711,7 +711,8 @@ package EFI::Capsule::PFH_header;
use warnings; use warnings;
use strict; use strict;
# #
# Look for FL1 files that have a known EFI capsule prefix # Adjust the usual PFH loader to cope with an offset
# (presumably caused by the Capsule wrappers)
# #
use base qw(FL1::PFH_header); use base qw(FL1::PFH_header);