diff mbox

[U-Boot,1/1] cmd: bootefi: cosmetic

Message ID alpine.LFD.2.20.1606071102360.32416@maverick.koi8.net
State Accepted
Delegated to: Tom Rini
Headers show

Commit Message

Sergey Kubushyn June 7, 2016, 6:14 p.m. UTC
Short help (description) in bootefi command has a trailing "\n" that
breaks the "help" command output (empty line after "bootefi").

Nothing important, doesn't affect anything but better be fixed in the
upcoming release.

Still working on i.MX6 and their siblings NAND U-Boot update -- it
works here but not ready for a submission yet. Anyway it is for the
next cycle, not going to go into this release because it is too big
and may affect something else.

Also have some thoughts about fastboot (using multiple devices) but
this will go into separate email with RFC.

Signed-off-by: Sergey Kubushyn <ksi@koi8.net>
---


---
******************************************************************
*  KSI@home    KOI8 Net  < >  The impossible we do immediately.  *
*  Las Vegas   NV, USA   < >  Miracles require 24-hour notice.   *
******************************************************************

Comments

Tom Rini June 25, 2016, 2:51 a.m. UTC | #1
On Tue, Jun 07, 2016 at 11:14:31AM -0700, Sergey Kubushyn wrote:

> Short help (description) in bootefi command has a trailing "\n" that
> breaks the "help" command output (empty line after "bootefi").
> 
> Nothing important, doesn't affect anything but better be fixed in the
> upcoming release.
> 
> Still working on i.MX6 and their siblings NAND U-Boot update -- it
> works here but not ready for a submission yet. Anyway it is for the
> next cycle, not going to go into this release because it is too big
> and may affect something else.
> 
> Also have some thoughts about fastboot (using multiple devices) but
> this will go into separate email with RFC.
> 
> Signed-off-by: Sergey Kubushyn <ksi@koi8.net>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/cmd/bootefi.c b/cmd/bootefi.c
index 2169065..011f62c 100644
--- a/cmd/bootefi.c
+++ b/cmd/bootefi.c
@@ -255,7 +255,7 @@  static char bootefi_help_text[] =

  U_BOOT_CMD(
  	bootefi, 3, 0, do_bootefi,
-	"Boots an EFI payload from memory\n",
+	"Boots an EFI payload from memory",
  	bootefi_help_text
  );