[PATCH] docs: mention the correct default values for the 'backend-storage-type'
Juergen Borleis
jbe at pengutronix.de
Wed Aug 23 03:02:41 PDT 2017
Different memory types defaults to different backend storage types.
Signed-off-by: Juergen Borleis <jbe at pengutronix.de>
---
Documentation/devicetree/bindings/barebox/barebox,state.rst | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
index 4b1aade66..41ae5c0bc 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -49,7 +49,8 @@ Optional Properties
* ``backend-stridesize``: stride counted in bytes. See note below.
* ``backend-storage-type``: Defines the backend storage type to ``direct`` or
- ``circular``. Defaults to ``circular`` for media which requires erase cycles.
+ ``circular``. Defaults to ``direct`` for media which don't requires erase cycles,
+ and to ``circular`` for media which requires erase cycles.
* ``algo``: A HMAC algorithm used to detect manipulation of the data
or header, sensible values follow this pattern ``hmac(<HASH>)``,
e.g. ``hmac(sha256)``. Only available for the ``backend-type`` ``raw``.
--
2.11.0
More information about the barebox
mailing list