Hi Rasmus, On 2023-09-19 13:37, Rasmus Villemoes wrote: > 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.villem...@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.
This only updates entries.rst, please update tools/binman/etype/fit.py and re-generate entries.rst from output of running binman entry-docs. Regards, Jonas > > fit,fdt-list > Indicates the entry argument which provides the list of device tree