summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorStefan Lengfeld <s.lengfeld@phytec.de>2016-11-02 08:54:30 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-11-03 07:20:13 +0100
commit63cc1eb8ebbee4b16c659029d263ae791c6eac9c (patch)
treef723a5a53ef608a373d0a5b5bd933c0757f4719b /Documentation
parent2e93886c38dd5126f59481ff8fbc84c1cdc453ce (diff)
downloadbarebox-63cc1eb8ebbee4b16c659029d263ae791c6eac9c.tar.gz
barebox-63cc1eb8ebbee4b16c659029d263ae791c6eac9c.tar.xz
docs: state: make string variable type clearer
Only fixed length strings are supported. Make the wording clearer. Signed-off-by: Stefan Lengfeld <s.lengfeld@phytec.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/barebox/barebox,state.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
index e39245f6c0..438cc434a2 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -51,8 +51,8 @@ variable. The node name may end with ``@<ADDRESS>``, but the suffix is
stripped from the variable name.
State variables have a type. Currenty supported types are: ``uint8``,
-``uint32``, ``enum32``, ``mac`` address or ``string``. Variable length
-strings are not planned.
+``uint32``, ``enum32``, ``mac`` address or ``string`` (fixed length string).
+Variable length strings are not planned.
Required properties: