[PATCH 4/4] binman: update documentation for fit,align property
Rasmus Villemoes
rasmus.villemoes at prevas.dk
Tue Sep 26 08:25:44 CEST 2023
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:
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
More information about the U-Boot
mailing list