]> git.sur5r.net Git - u-boot/commit
x86: efi: payload: Minor clean up on error message output
authorBin Meng <bmeng.cn@gmail.com>
Sun, 10 Jun 2018 13:25:09 +0000 (06:25 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Wed, 13 Jun 2018 01:50:57 +0000 (09:50 +0800)
commit558f3ed9c8d54c7b04db391d7585c7bdbdb3a369
treeb4c78224c9db5f9b157161ecda86a95926c319c0
parent6f95d89c71b9735a114754fc85284cca01db1006
x86: efi: payload: Minor clean up on error message output

If GetMemoryMap() fails, we really want to know EFI_BITS_PER_LONG
instead of BITS_PER_LONG. A space and LF are added in places where
error message is output to improve readability.

Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
lib/efi/efi_stub.c