summaryrefslogtreecommitdiffstats
path: root/Documentation/boards/x86.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/boards/x86.rst')
-rw-r--r--Documentation/boards/x86.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/boards/x86.rst b/Documentation/boards/x86.rst
index d0528a3280..4514a766a2 100644
--- a/Documentation/boards/x86.rst
+++ b/Documentation/boards/x86.rst
@@ -50,7 +50,8 @@ sectors must be kept free after the MBR prior the first partition. Do this
simple calulation:
.. code-block:: none
- sectors = (\<size of barebox image\> + 511) / 512
+
+ sectors = (size of barebox image + 511) / 512
To be able to store the runtime configuration, further free sectors are
required. Its up to you and your requirements, how large this persistant