commit | c4d1f59ae6e8629adf3d709e422de0c047175c0b | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Jun 10 06:25:09 2018 -0700 |
committer | Bin Meng <bmeng.cn@gmail.com> | Wed Jun 13 09:50:57 2018 +0800 |
tree | b4c78224c9db5f9b157161ecda86a95926c319c0 | |
parent | 7241f80d0edaa9334b27af9726c62f615844b40a [diff] |
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>