summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLucas Stach <dev@lynxeye.de>2015-01-18 20:38:23 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2015-01-19 08:46:04 +0100
commitc07e9bb30c0a0977e407b79b5cf9a9b6499fcfa8 (patch)
treefdab71d3e1e36b114c6c8805948345cbed9e0307
parent9b847df7a1da3c048b91ccd2f0e53620299d0a3f (diff)
downloadbarebox-c07e9bb30c0a0977e407b79b5cf9a9b6499fcfa8.tar.gz
barebox-c07e9bb30c0a0977e407b79b5cf9a9b6499fcfa8.tar.xz
docs: fix missing newlines in codeblocks
Those cause a warning while generating the docs as well as misrendering of the generated docs. Signed-off-by: Lucas Stach <dev@lynxeye.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--Documentation/boards/garz-fricke.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/boards/garz-fricke.rst b/Documentation/boards/garz-fricke.rst
index 33d0dd3e39..27acf5ad3c 100644
--- a/Documentation/boards/garz-fricke.rst
+++ b/Documentation/boards/garz-fricke.rst
@@ -16,6 +16,7 @@ network or any other medium the Santaro supports. You can backup the original bo
with:
.. code-block:: sh
+
cat /dev/mmcblk0boot0 > /mnt/mmcblk0boot0.backup
cat /dev/mmcblk0boot1 > /mnt/mmcblk0boot1.backup
@@ -25,6 +26,7 @@ device.
To install barebox on the board do:
.. code-block:: sh
+
echo 0 > /sys/block/mmcblk0boot0/force_ro
cat barebox-guf-santaro.img > /dev/mmcblk0boot0