]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: use logging for block device messages
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 17 Jul 2020 18:33:05 +0000 (20:33 +0200)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Wed, 22 Jul 2020 10:32:42 +0000 (12:32 +0200)
commit145bec0e05626b9fbf60490a439c6d5458ecd0f0
tree5e11fde38a79df8f047e81a487e28e1a550bad16
parent58dbadd152663d1b6de9743a18690b02353e629e
efi_loader: use logging for block device messages

Use logging instead of printf() for messages occurring when scanning block
devices during the initialization of the UEFI sub-system.

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