On Sun, 19 Feb 2023 at 15:02, Jonas Karlman <jo...@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 <jo...@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?