]> git.dujemihanovic.xyz Git - u-boot.git/commit
efi_loader: use EFI_PRINT instead of debug
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Sun, 5 May 2019 09:56:23 +0000 (11:56 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 7 May 2019 19:10:04 +0000 (21:10 +0200)
commit529886a097c2f4e3b7692dcbd4da8d2b4dcf0c2a
tree95c56686aa5337273c79f1145aec9da469eab218
parentec163faa1b7e0314ae5703c7c2203b1615e78c88
efi_loader: use EFI_PRINT instead of debug

For correct indentation of messages in the UEFI API implementation use
EFI_PRINT() instead of debug().

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