projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
110d80a
)
efi_loader: print device path when entering efi_load_image
author
Heinrich Schuchardt
<xypron.glpk@gmx.de>
Fri, 19 Jan 2018 19:24:40 +0000
(20:24 +0100)
committer
Alexander Graf
<agraf@suse.de>
Mon, 22 Jan 2018 22:09:13 +0000
(23:09 +0100)
Use %pD to print the device path instead of its address when
entering efi_load_image.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Signed-off-by: Alexander Graf <agraf@suse.de>
lib/efi_loader/efi_boottime.c
patch
|
blob
|
history
diff --git
a/lib/efi_loader/efi_boottime.c
b/lib/efi_loader/efi_boottime.c
index 1026049bf1f5cfc950bf3f01a566f731dd70fce1..ff11d028da8a2e8068ce1e90f2d291f1bbf18e32 100644
(file)
--- a/
lib/efi_loader/efi_boottime.c
+++ b/
lib/efi_loader/efi_boottime.c
@@
-1474,7
+1474,7
@@
static efi_status_t EFIAPI efi_load_image(bool boot_policy,
struct efi_object *obj;
efi_status_t ret;
- EFI_ENTRY("%d, %p, %p, %p, %ld, %p", boot_policy, parent_image,
+ EFI_ENTRY("%d, %p, %p
D
, %p, %ld, %p", boot_policy, parent_image,
file_path, source_buffer, source_size, image_handle);
info = calloc(1, sizeof(*info));