[PATCH 5/9] binman: Implement missing check functions in mkimage entry

Simon Glass sjg at chromium.org
Tue Feb 21 20:41:49 CET 2023


On Sun, 19 Feb 2023 at 15:02, Jonas Karlman <jonas at kwiboo.se> wrote:
>
> The mkimage entry is working like a section entry but inherits from
> Entry not Entry_section. Copy implementations of missing Check-functions
> from Entry_section and adopt to Entry_mkimage.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
> ---
>  tools/binman/etype/mkimage.py | 44 ++++++++++++++++++++++++++++++++++-
>  1 file changed, 43 insertions(+), 1 deletion(-)

Again I suspect this needs a test to make sure it works?


More information about the U-Boot mailing list