mirror of
				https://xff.cz/git/u-boot/
				synced 2025-10-31 10:26:10 +01:00 
			
		
		
		
	efi_loader: print device path when entering efi_load_image
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>
This commit is contained in:
		
				
					committed by
					
						 Alexander Graf
						Alexander Graf
					
				
			
			
				
	
			
			
			
						parent
						
							110d80a1f2
						
					
				
				
					commit
					476ed96e01
				
			| @@ -1474,7 +1474,7 @@ static efi_status_t EFIAPI efi_load_image(bool boot_policy, | |||||||
| 	struct efi_object *obj; | 	struct efi_object *obj; | ||||||
| 	efi_status_t ret; | 	efi_status_t ret; | ||||||
|  |  | ||||||
| 	EFI_ENTRY("%d, %p, %p, %p, %ld, %p", boot_policy, parent_image, | 	EFI_ENTRY("%d, %p, %pD, %p, %ld, %p", boot_policy, parent_image, | ||||||
| 		  file_path, source_buffer, source_size, image_handle); | 		  file_path, source_buffer, source_size, image_handle); | ||||||
|  |  | ||||||
| 	info = calloc(1, sizeof(*info)); | 	info = calloc(1, sizeof(*info)); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user