[PATCH v3 1/6] binman: Add support for align argument to mkimage tool

2023-01-21 Thread Jonas Karlman
Add support to indicate what alignment to use for the FIT and its external data. Pass the alignment to mkimage via the -B flag. Signed-off-by: Jonas Karlman Reviewed-by: Simon Glass --- v3: - Collect r-b tag v2: - Add test - Update entries.rst tools/binman/btool/mkimage.py | 5 ++- tool

Re: [PATCH v3 1/6] binman: Add support for align argument to mkimage tool

2023-01-26 Thread Simon Glass
Add support to indicate what alignment to use for the FIT and its external data. Pass the alignment to mkimage via the -B flag. Signed-off-by: Jonas Karlman Reviewed-by: Simon Glass --- v3: - Collect r-b tag v2: - Add test - Update entries.rst tools/binman/btool/mkimage.py | 5 ++- tool