summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/mxs
diff options
context:
space:
mode:
authorHolger Schurig <holgerschurig@gmail.com>2014-06-27 13:00:19 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-06-27 21:46:59 +0200
commit7d8c09a630060328d65c0a18cc034402475efc63 (patch)
treea47d50283bdbda712dfe24d71272fbf3a3478d7a /Documentation/boards/mxs
parent4845d8e3544bb7cfeadb5a4a2aec095c66f55f2a (diff)
downloadbarebox-7d8c09a630060328d65c0a18cc034402475efc63.tar.gz
barebox-7d8c09a630060328d65c0a18cc034402475efc63.tar.xz
doc: reformat overly long lines
Lines over 120 are just too long :-) Signed-off-by: Holger Schurig <holgerschurig@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/boards/mxs')
-rw-r--r--Documentation/boards/mxs/Chumby-Falconwing.rst11
-rw-r--r--Documentation/boards/mxs/KaRo-TX28.rst3
2 files changed, 10 insertions, 4 deletions
diff --git a/Documentation/boards/mxs/Chumby-Falconwing.rst b/Documentation/boards/mxs/Chumby-Falconwing.rst
index 4cf4591203..79bff70d33 100644
--- a/Documentation/boards/mxs/Chumby-Falconwing.rst
+++ b/Documentation/boards/mxs/Chumby-Falconwing.rst
@@ -37,10 +37,15 @@ How to prepare an MCI card to boot the "chumby one" with barebox
* the third one for the kernel (2 MiB ... 4 MiB in size)
* the 4th one for the root filesystem which can fill the rest of the available space
- * Mark the first partition with the partition ID "53" and copy the bootlets into this partition (currently not part of @b barebox!).
+ * Mark the first partition with the partition ID "53" and copy the
+ bootlets into this partition (currently not part of @b barebox!).
- * Copy the default @b barebox environment into the second partition (no filesystem required).
+ * Copy the default @b barebox environment into the second partition
+ (no filesystem required).
* Copy the kernel into the third partition (no filesystem required).
- * Create the root filesystem in the 4th partition. You may copy an image into this partition or you can do it in the classic way: mkfs on it, mount it and copy all required data and programs into it.
+ * Create the root filesystem in the 4th partition. You may copy an
+ image into this partition or you can do it in the classic way:
+ mkfs on it, mount it and copy all required data and programs into
+ it.
diff --git a/Documentation/boards/mxs/KaRo-TX28.rst b/Documentation/boards/mxs/KaRo-TX28.rst
index 85d200b4be..15984d7b87 100644
--- a/Documentation/boards/mxs/KaRo-TX28.rst
+++ b/Documentation/boards/mxs/KaRo-TX28.rst
@@ -36,7 +36,8 @@ Build the binary image::
**NOTE:** to use the result, you also need the following resources from Freescale:
* the 'bootlets' archive
* the 'elftosb2' encryption tool
- * in the case you want to start @b barebox from an attached SD card the 'sdimage' tool from Freescale's 'uuc' archive.
+ * in the case you want to start @b barebox from an attached SD card
+ the 'sdimage' tool from Freescale's 'uuc' archive.
Memory layout when barebox is running
-------------------------------------