* [PATCH v2] docs: mention the correct default values for the 'backend-storage-type'
@ 2017-08-23 10:19 Juergen Borleis
0 siblings, 0 replies; only message in thread
From: Juergen Borleis @ 2017-08-23 10:19 UTC (permalink / raw)
To: barebox
Different memory types defaults to different backend storage types.
Signed-off-by: Juergen Borleis <jbe@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..f6adf8466 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 require erase cycles,
+ and to ``circular`` for media which require 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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2017-08-23 10:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-08-23 10:19 [PATCH v2] docs: mention the correct default values for the 'backend-storage-type' Juergen Borleis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox