]> git.baikalelectronics.ru Git - uboot.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)
commit15fdf53b4a564277f5cdc71bfcfbfb20c5e2d2cf
tree95c56686aa5337273c79f1145aec9da469eab218
parentb2aa3206c47db87220a24035840d4d0a64139483
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