]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: debug output file handle in efi_file_open()
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 6 Apr 2019 14:36:16 +0000 (16:36 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 7 Apr 2019 12:17:06 +0000 (14:17 +0200)
commit0cf6e94c5bf1e0b5d7a0016d50907fc85ec5b9c4
tree973a3dd4c45474def5b0c7af53f4f311103f4cb3
parent623ef2e2bc1fa828abcf0eacc91eff2ac31f77a2
efi_loader: debug output file handle in efi_file_open()

For debugging it is helpful to know the address of the file handle created
by the Open() method of the EFI file protocol. So let's write it with
EFI_PRINT().

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_file.c