public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH 1/2] cmd: booti: Fix spelling of "environment".
@ 2020-06-04 17:42 Vagrant Cascadian
  2020-06-04 17:42 ` [PATCH 2/2] doc: sifive: " Vagrant Cascadian
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Vagrant Cascadian @ 2020-06-04 17:42 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 cmd/booti.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cmd/booti.c b/cmd/booti.c
index ae37975494..af0603b96e 100644
--- a/cmd/booti.c
+++ b/cmd/booti.c
@@ -141,7 +141,7 @@ static char booti_help_text[] =
 	"\tspecifying the size of a RAW initrd.\n"
 	"\tCurrently only booting from gz, bz2, lzma and lz4 compression\n"
 	"\ttypes are supported. In order to boot from any of these compressed\n"
-	"\timages, user have to set kernel_comp_addr_r and kernel_comp_size enviornment\n"
+	"\timages, user have to set kernel_comp_addr_r and kernel_comp_size environment\n"
 	"\tvariables beforehand.\n"
 #if defined(CONFIG_OF_LIBFDT)
 	"\tSince booting a Linux kernel requires a flat device-tree, a\n"
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 2/2] doc: sifive: Fix spelling of "environment".
  2020-06-04 17:42 [PATCH 1/2] cmd: booti: Fix spelling of "environment" Vagrant Cascadian
@ 2020-06-04 17:42 ` Vagrant Cascadian
  2020-06-25 14:39   ` Tom Rini
  2020-06-07 13:45 ` [PATCH 1/2] cmd: booti: " Simon Glass
  2020-06-25 14:39 ` Tom Rini
  2 siblings, 1 reply; 5+ messages in thread
From: Vagrant Cascadian @ 2020-06-04 17:42 UTC (permalink / raw)
  To: u-boot

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
---

 doc/board/sifive/fu540.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst
index 43402cb2e5..39fb8d8990 100644
--- a/doc/board/sifive/fu540.rst
+++ b/doc/board/sifive/fu540.rst
@@ -35,7 +35,7 @@ Building
 --------
 
 1. Add the RISC-V toolchain to your PATH.
-2. Setup ARCH & cross compilation enviornment variable:
+2. Setup ARCH & cross compilation environment variable:
 
 .. code-block:: none
 
@@ -225,7 +225,7 @@ Or if you want to use a compressed kernel image file such as Image.gz
    =>setenv kernel_comp_addr_r 0x90000000
    =>setenv kernel_comp_size 0x500000
 
-By this time, correct kernel image is loaded and required enviornment variables
+By this time, correct kernel image is loaded and required environment variables
 are set. You can proceed to load the ramdisk and device tree from the tftp server
 as well.
 
-- 
2.20.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

* [PATCH 1/2] cmd: booti: Fix spelling of "environment".
  2020-06-04 17:42 [PATCH 1/2] cmd: booti: Fix spelling of "environment" Vagrant Cascadian
  2020-06-04 17:42 ` [PATCH 2/2] doc: sifive: " Vagrant Cascadian
@ 2020-06-07 13:45 ` Simon Glass
  2020-06-25 14:39 ` Tom Rini
  2 siblings, 0 replies; 5+ messages in thread
From: Simon Glass @ 2020-06-07 13:45 UTC (permalink / raw)
  To: u-boot

On Thu, 4 Jun 2020 at 11:42, Vagrant Cascadian <vagrant@debian.org> wrote:
>
> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> ---
>
>  cmd/booti.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Simon Glass <sjg@chromium.org>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 1/2] cmd: booti: Fix spelling of "environment".
  2020-06-04 17:42 [PATCH 1/2] cmd: booti: Fix spelling of "environment" Vagrant Cascadian
  2020-06-04 17:42 ` [PATCH 2/2] doc: sifive: " Vagrant Cascadian
  2020-06-07 13:45 ` [PATCH 1/2] cmd: booti: " Simon Glass
@ 2020-06-25 14:39 ` Tom Rini
  2 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2020-06-25 14:39 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 04, 2020 at 10:42:01AM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
> Reviewed-by: Simon Glass <sjg@chromium.org>

Applied (back on June 23rd) to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200625/54be4d28/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [PATCH 2/2] doc: sifive: Fix spelling of "environment".
  2020-06-04 17:42 ` [PATCH 2/2] doc: sifive: " Vagrant Cascadian
@ 2020-06-25 14:39   ` Tom Rini
  0 siblings, 0 replies; 5+ messages in thread
From: Tom Rini @ 2020-06-25 14:39 UTC (permalink / raw)
  To: u-boot

On Thu, Jun 04, 2020 at 10:42:02AM -0700, Vagrant Cascadian wrote:

> Signed-off-by: Vagrant Cascadian <vagrant@debian.org>

Applied (back on June 23rd) to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 659 bytes
Desc: not available
URL: <https://lists.denx.de/pipermail/u-boot/attachments/20200625/ce923dae/attachment.sig>

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2020-06-25 14:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-06-04 17:42 [PATCH 1/2] cmd: booti: Fix spelling of "environment" Vagrant Cascadian
2020-06-04 17:42 ` [PATCH 2/2] doc: sifive: " Vagrant Cascadian
2020-06-25 14:39   ` Tom Rini
2020-06-07 13:45 ` [PATCH 1/2] cmd: booti: " Simon Glass
2020-06-25 14:39 ` Tom Rini

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox