summaryrefslogtreecommitdiff
path: root/cmd/bootefi.c
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-12-27 00:23:00 +0300
committerAlexander Graf <agraf@suse.de>2019-02-13 11:40:05 +0300
commit0a76ba65568435e3cf630e146c4a630e9ee8db1f (patch)
tree1992b9e182eb89a7dd150d9423cee085ab525183 /cmd/bootefi.c
parent13dd6665ed18f72380ca596931d609bc108d4b82 (diff)
downloadu-boot-0a76ba65568435e3cf630e146c4a630e9ee8db1f.tar.xz
efi_loader: use named constant for efi_dp_from_mem()
When calling efi_dp_from_mem() use a named constant for the memory type. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'cmd/bootefi.c')
-rw-r--r--cmd/bootefi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootefi.c b/cmd/bootefi.c
index 38679ffc56..cc0f2923dc 100644
--- a/cmd/bootefi.c
+++ b/cmd/bootefi.c
@@ -386,7 +386,7 @@ static efi_status_t do_bootefi_exec(void *efi,
if (!device_path && !image_path) {
printf("WARNING: using memory device/image path, this may confuse some payloads!\n");
/* actual addresses filled in after efi_load_pe() */
- memdp = efi_dp_from_mem(0, 0, 0);
+ memdp = efi_dp_from_mem(EFI_RESERVED_MEMORY_TYPE, 0, 0);
device_path = image_path = memdp;
/*
* Grub expects that the device path of the loaded image is