[PATCH 4/4] binman: update documentation for fit,align property

Rasmus Villemoes rasmus.villemoes at prevas.dk
Tue Sep 19 13:37:05 CEST 2023


Eliminate the repetition "what alignment to use ... and provides the
alignment to use", and indicate that fit,align can both be used by
itself and together with fit,external-offset.

Signed-off-by: Rasmus Villemoes <rasmus.villemoes at prevas.dk>
---
 tools/binman/entries.rst | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/tools/binman/entries.rst b/tools/binman/entries.rst
index e7dfe6b2a3..f9ad27ce8c 100644
--- a/tools/binman/entries.rst
+++ b/tools/binman/entries.rst
@@ -691,9 +691,8 @@ The top-level 'fit' node supports the following special properties:
         external offset. This is passed to mkimage via the -E and -p flags.
 
     fit,align
-        Indicates what alignment to use for the FIT and its external data,
-        and provides the alignment to use. This is passed to mkimage via
-        the -B flag.
+        Indicates what alignment to use for the FIT and, if applicable,
+        its external data. This is passed to mkimage via the -B flag.
 
     fit,fdt-list
         Indicates the entry argument which provides the list of device tree
-- 
2.37.2



More information about the U-Boot mailing list