mirror of
https://github.com/ipxe/ipxe
synced 2025-12-27 10:02:42 +03:00
[efi] Enable IMAGE_GZIP by default for AArch64
AArch64 kernels tend to be distributed as gzip compressed images. Enable IMAGE_GZIP by default for AArch64 to avoid the need for uncompressed images to be provided. Originally-implemented-by: Alessandro Di Stefano <aleskandro@redhat.com> Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -58,4 +58,8 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
|
|||||||
#define NAP_EFIARM
|
#define NAP_EFIARM
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined ( __aarch64__ )
|
||||||
|
#define IMAGE_GZIP /* GZIP image support */
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* CONFIG_DEFAULTS_EFI_H */
|
#endif /* CONFIG_DEFAULTS_EFI_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user