restore alignment on files for faster flashes

This commit is contained in:
Trammell hudson 2017-10-20 16:20:51 -04:00
parent 3e5783a24f
commit b04294c234
Failed to extract signature

View File

@ -120,6 +120,7 @@ $1.ffs: \
$(EDK2_DIR)/GenFfs \
-t $(or $($1-filetype),EFI_FV_FILETYPE_DRIVER) \
-g $($1-guid) \
--align $(or $($1-align),4K) \
-o $$@ \
$$(addprefix -i ,$$^) \