9
0
Fork 0

docs: fix typos

Signed-off-by: Ulrich Ölmann <u.oelmann@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Ulrich Ölmann 2015-02-12 08:52:02 +01:00 committed by Sascha Hauer
parent 3170dc3885
commit d3f4ae5614
1 changed files with 5 additions and 5 deletions

View File

@ -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
--------------------