* [U-Boot] [PATCH] booti: Help text rework.
@ 2016-02-22 19:59 Karsten Merker
2016-02-22 19:59 ` Karsten Merker
0 siblings, 1 reply; 3+ messages in thread
From: Karsten Merker @ 2016-02-22 19:59 UTC (permalink / raw)
To: u-boot
Hello,
while experimenting with the arm64 support I have stumbled over
two small spelling issues in the "booti" help text:
s/specifying the size of RAW initrd/specifying the size of a RAW initrd/
s/a Linux kernelrequires/a Linux kernel requires/
While editing the help text I have ended up with also slightly
rewording it and adjusting the long description headline to match
the short description similar to the the help texts for bootm and
bootz. Patch following ;-).
Regards,
Karsten
Karsten Merker (1):
booti: Help text rework.
cmd/bootm.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
--
2.1.4
^ permalink raw reply [flat|nested] 3+ messages in thread
* [U-Boot] [PATCH] booti: Help text rework.
2016-02-22 19:59 [U-Boot] [PATCH] booti: Help text rework Karsten Merker
@ 2016-02-22 19:59 ` Karsten Merker
2016-02-25 15:26 ` [U-Boot] " Tom Rini
0 siblings, 1 reply; 3+ messages in thread
From: Karsten Merker @ 2016-02-22 19:59 UTC (permalink / raw)
To: u-boot
Fix spelling errors in the "booti" help text and bring it more
in line with the bootm/bootz help texts.
Signed-off-by: Karsten Merker <merker@debian.org>
---
cmd/bootm.c | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/cmd/bootm.c b/cmd/bootm.c
index 48738ac..555ccbc 100644
--- a/cmd/bootm.c
+++ b/cmd/bootm.c
@@ -755,15 +755,15 @@ int do_booti(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
#ifdef CONFIG_SYS_LONGHELP
static char booti_help_text[] =
"[addr [initrd[:size]] [fdt]]\n"
- " - boot Linux Image stored in memory\n"
+ " - boot arm64 Linux Image stored in memory\n"
"\tThe argument 'initrd' is optional and specifies the address\n"
- "\tof the initrd in memory. The optional argument ':size' allows\n"
- "\tspecifying the size of RAW initrd.\n"
+ "\tof an initrd in memory. The optional parameter ':size' allows\n"
+ "\tspecifying the size of a RAW initrd.\n"
#if defined(CONFIG_OF_LIBFDT)
- "\tSince booting a Linux kernelrequires a flat device-tree\n"
- "\ta third argument is required which is the address of the\n"
- "\tdevice-tree blob. To boot that kernel without an initrd image,\n"
- "\tuse a '-' for the second argument.\n"
+ "\tSince booting a Linux kernel requires a flat device-tree, a\n"
+ "\tthird argument providing the address of the device-tree blob\n"
+ "\tis required. To boot a kernel with a device-tree blob but\n"
+ "\twithout an initrd image, use a '-' for the initrd argument.\n"
#endif
"";
#endif
--
2.1.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [U-Boot] booti: Help text rework.
2016-02-22 19:59 ` Karsten Merker
@ 2016-02-25 15:26 ` Tom Rini
0 siblings, 0 replies; 3+ messages in thread
From: Tom Rini @ 2016-02-25 15:26 UTC (permalink / raw)
To: u-boot
On Mon, Feb 22, 2016 at 08:59:08PM +0100, Karsten Merker wrote:
> Fix spelling errors in the "booti" help text and bring it more
> in line with the bootm/bootz help texts.
>
> Signed-off-by: Karsten Merker <merker@debian.org>
Applied to u-boot/master, thanks!
--
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20160225/853345d7/attachment.sig>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-02-25 15:26 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-22 19:59 [U-Boot] [PATCH] booti: Help text rework Karsten Merker
2016-02-22 19:59 ` Karsten Merker
2016-02-25 15:26 ` [U-Boot] " Tom Rini
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox