]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: replace printf by log in efi_uclass.c
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Tue, 1 Dec 2020 08:06:29 +0000 (09:06 +0100)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 3 Dec 2020 20:22:30 +0000 (21:22 +0100)
commit32ae1f417a2802e242b619cf865bbce9dfdf70b7
tree71b5e779b32775236401d22e8c3d03e675deb123
parent6b2bff466905475bc09607639201852eb416d89b
efi_loader: replace printf by log in efi_uclass.c

Use logging functions instead of printf() and debug().

Change logging messages for uclass creation and destruction to log_debug().

Reported-by: Simon Glass <sjg@chromium.org>
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/efi_driver/efi_uclass.c