summaryrefslogtreecommitdiffstats
path: root/Documentation/boards
diff options
context:
space:
mode:
authorUlrich Ölmann <u.oelmann@pengutronix.de>2015-02-12 08:52:02 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-02-12 10:58:08 +0100
commitd3f4ae5614c4d5beeb5f469102a181af1cef70f7 (patch)
tree62ddff91b452b3badf6f5a0c981c2197b2bb785f /Documentation/boards
parent3170dc3885f4a96a26ec7cecdbfee5f569f08ea3 (diff)
downloadbarebox-d3f4ae5614c4d5beeb5f469102a181af1cef70f7.tar.gz
barebox-d3f4ae5614c4d5beeb5f469102a181af1cef70f7.tar.xz
docs: fix typos
Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards')
-rw-r--r--Documentation/boards/mxs.rst10
1 files changed, 5 insertions, 5 deletions
diff --git a/Documentation/boards/mxs.rst b/Documentation/boards/mxs.rst
index d6406e56ae..ad10b87a0e 100644
--- a/Documentation/boards/mxs.rst
+++ b/Documentation/boards/mxs.rst
@@ -3,7 +3,7 @@ Freescale i.MXs
Freescale i.MXs or MXS are a SoC family which consists of the i.MX23
and the i.MX28. These are quite different from the regular i.MX SoCs
-and thus are represented by its own architecture in both the Kernel
+and thus are represented by their own architecture in both the Kernel
and barebox.
Bootlets
@@ -107,10 +107,10 @@ the partition::
The MXS SoCs require a special partition of type 0x53 (OnTrack DM6 Aux)
which contains the BCB header. For some unknown reason the BCB header is
inside a partition, but contains the sector number of the raw device from
-which the rest of the image is read from. With standard settings booting
-from SD card only works if the partition containing the bootloader starts
-at sector 2048 (the standard for fdisk). See the -p parameter to the
-mxsboot tool which changes this sector number in the image.
+which the rest of the image is read. With standard settings booting from
+SD card only works if the partition containing the bootloader starts at
+sector 2048 (the standard for fdisk). See the -p parameter to the mxsboot
+tool which changes this sector number in the image.
Booting second stage
--------------------