Re: [PATCH 3/6] binman: Ensure attributes always come last in the metadata

2023-11-02 Thread Simon Glass
cbfsutil changed to write zero bytes instead of 0xff when a small padding must be added. Adjust the binman implementation to do the same. Drop the code which looks for an unused attribute tag, since it is not used. A future patch moves the attributes to the end of the header in any case, so no dat

[PATCH 3/6] binman: Ensure attributes always come last in the metadata

2023-10-15 Thread Simon Glass
cbfsutil changed to write zero bytes instead of 0xff when a small padding must be added. Adjust the binman implementation to do the same. Drop the code which looks for an unused attribute tag, since it is not used. A future patch moves the attributes to the end of the header in any case, so no dat