summaryrefslogtreecommitdiffstats
path: root/src/interface/efi
diff options
context:
space:
mode:
authorMichael Brown2025-05-22 14:41:21 +0200
committerMichael Brown2025-05-22 17:28:15 +0200
commit029c7c4178d0122164770bf4a534aeb94d6c7698 (patch)
tree7194b521715e220fe5e234753ac0a4c725d55015 /src/interface/efi
parent[initrd] Swap initrds entirely in-place via triple reversal (diff)
downloadipxe-029c7c4178d0122164770bf4a534aeb94d6c7698.tar.gz
ipxe-029c7c4178d0122164770bf4a534aeb94d6c7698.tar.xz
ipxe-029c7c4178d0122164770bf4a534aeb94d6c7698.zip
[initrd] Rename bzimage_align() to initrd_align()
Alignment of initrd lengths is applicable to all Linux kernels, not just those in the x86 bzImage format. Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/interface/efi')
-rw-r--r--src/interface/efi/efi_file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interface/efi/efi_file.c b/src/interface/efi/efi_file.c
index 79330641d..1909dea10 100644
--- a/src/interface/efi/efi_file.c
+++ b/src/interface/efi/efi_file.c
@@ -39,6 +39,7 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL );
#include <wchar.h>
#include <ipxe/image.h>
#include <ipxe/cpio.h>
+#include <ipxe/initrd.h>
#include <ipxe/efi/efi.h>
#include <ipxe/efi/Protocol/SimpleFileSystem.h>
#include <ipxe/efi/Protocol/BlockIo.h>