summaryrefslogtreecommitdiffstats
path: root/cmd
diff options
context:
space:
mode:
authorSergey Kubushyn <ksi@koi8.net>2016-06-07 11:14:31 -0700
committerTom Rini <trini@konsulko.com>2016-06-24 17:23:04 -0400
commit92dfd9221c97265ff303bf9437481b9767bd72ea (patch)
treebd74595e39ad671d3bbc0b0bddad3b93a42f76f0 /cmd
parent85a2f772c256af9d8f0570548d2c2041a7b461e9 (diff)
downloadtalos-obmc-uboot-92dfd9221c97265ff303bf9437481b9767bd72ea.tar.gz
talos-obmc-uboot-92dfd9221c97265ff303bf9437481b9767bd72ea.zip
cmd: bootefi: cosmetic
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>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/bootefi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/bootefi.c b/cmd/bootefi.c
index 216906527f..011f62c5b1 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
);
OpenPOWER on IntegriCloud