summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-06-04 10:42:02 -0700
committerTom Rini <trini@konsulko.com>2020-06-23 14:43:24 -0400
commit6d81eed9fd8071ed783289167ae979de6355b8c4 (patch)
tree10b720ec13959d073867b140a51882374d9e2790 /doc
parentd1896e365c385aee0d00f32d42ca5f905a8dac9e (diff)
doc: sifive: Fix spelling of "environment".
Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/board/sifive/fu540.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/board/sifive/fu540.rst b/doc/board/sifive/fu540.rst
index f7c2c9f5bd..739eefa669 100644
--- a/doc/board/sifive/fu540.rst
+++ b/doc/board/sifive/fu540.rst
@@ -27,7 +27,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
@@ -217,7 +217,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.