From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Tue, 12 Jun 2018 21:07:36 +0800 Subject: [U-Boot] [PATCH 10/18] x86: efi: payload: Minor clean up on error message output In-Reply-To: References: <1528637118-32739-1-git-send-email-bmeng.cn@gmail.com> <1528637118-32739-11-git-send-email-bmeng.cn@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Jun 11, 2018 at 10:54 PM, Simon Glass wrote: > On 10 June 2018 at 05:25, Bin Meng wrote: >> 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 >> --- >> >> lib/efi/efi_stub.c | 8 +++++--- >> 1 file changed, 5 insertions(+), 3 deletions(-) > > Reviewed-by: Simon Glass applied to u-boot-x86, thanks!