commit | 1b6c08548c85ec8bb1d57f12fb219cc2e31547c8 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jun 09 14:09:35 2020 +0900 |
committer | Heinrich Schuchardt <xypron.glpk@gmx.de> | Fri Jul 03 18:00:27 2020 +0200 |
tree | 78f33a8a675831eadc3817367f5b39e20373a0c1 | |
parent | ce3c3865b0c321116e59437abec96da3745ba619 [diff] |
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>