]> git.baikalelectronics.ru Git - uboot.git/commit
efi_loader: image_loader: replace debug to EFI_PRINT
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 9 Jun 2020 05:09:35 +0000 (14:09 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Fri, 3 Jul 2020 16:00:27 +0000 (18:00 +0200)
commitec87ae0ddccacc59ed90d4635efa5dcc51dd67df
tree78f33a8a675831eadc3817367f5b39e20373a0c1
parent28a9d10d1062bdd024d510a81ebc2d9cdb02f098
efi_loader: image_loader: replace debug to EFI_PRINT

Just for style consistency, replace all the uses of debug() to
EFI_PRINT() in efi_image_loader.c.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Reviewed-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
lib/efi_loader/efi_image_loader.c