
18 Jan
2023
18 Jan
'23
8:42 p.m.
Hi Jonas,
On Tue, 17 Jan 2023 at 15:54, Jonas Karlman jonas@kwiboo.se wrote:
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 jonas@kwiboo.se
tools/binman/btool/mkimage.py | 5 ++++- tools/binman/etype/fit.py | 8 ++++++++ 2 files changed, 12 insertions(+), 1 deletion(-)
This looks good to me but please update docs at the top of fit.py, regenerate entries.rst and add a test to ftest.py here, as this causes a test-coverage failure:
$ binman test -T ... tools/binman/etype/fit.py 224 1 99% tools/binman/btool/mkimage.py 23 1 96%
Regards, Simon