Hi Rasmus, On Tue, 26 Sept 2023 at 00:25, Rasmus Villemoes <rasmus.villem...@prevas.dk> wrote: > > On 25/09/2023 17.14, Jonas Karlman wrote: > > >> 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. > > Ah, I didn't know the .rst was generated. > > Simon, want me to resend (this one or the whole series?), or can you > fold in this when applying:
I can fold it in, so long as I remember. > > diff --git a/tools/binman/etype/fit.py b/tools/binman/etype/fit.py > index 2c14b15b03..97d3cedaf5 100644 > --- a/tools/binman/etype/fit.py > +++ b/tools/binman/etype/fit.py > @@ -71,9 +71,8 @@ class Entry_fit(Entry_section): > 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 > > Rasmus > Regards, Simon