[PATCH] doc/barebox-tlv: Fix typo in path
Thorsten Scherer
t.scherer at eckelmann.de
Tue Sep 2 06:03:02 PDT 2025
Fixes: 5a7fc3321407 ("doc: Add User-Documentation for Barebox TLV")
Signed-off-by: Thorsten Scherer <t.scherer at eckelmann.de>
---
Documentation/user/barebox-tlv.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/user/barebox-tlv.rst b/Documentation/user/barebox-tlv.rst
index 3db13ec88b22..4e83cdf47fc7 100644
--- a/Documentation/user/barebox-tlv.rst
+++ b/Documentation/user/barebox-tlv.rst
@@ -75,11 +75,11 @@ TLV Binary Generation
To generate a TLV binary the schema for the specific TLV must be defined.
Schemas are yaml-files that represent what the actual parser in barebox expects.
-An example schema can be found in ``srcipts/bareboxtlv-generator/schema-example.yaml``.
+An example schema can be found in ``scripts/bareboxtlv-generator/schema-example.yaml``.
This schema defines some well-known tags and two board-specific tags.
Afterwards another yaml-file with the data for the TLV binary is needed.
-An example can be found in ``srcipts/bareboxtlv-generator/data-example.yaml``.
+An example can be found in ``scripts/bareboxtlv-generator/data-example.yaml``.
With these information in place a TLV binary can be created:
--
2.50.1
More information about the barebox
mailing list