On Mon, 07 Apr 2025 15:07:28 +0200, Sascha Hauer wrote: > The generic bootm code is for picking the correct OS, device tree and > initrd files. Additionally it parses the container formats like FIT and > uImage. It has no business to handle particular image formats, so push > the ELF handling back to the image handlers themselves. The resulting > diffstat is negative, so having the ELF code inside bootm doesn't really > serve a purpose. Move it out there. > > [...]
Applied, thanks! [1/2] bootm: move ELF handling to bootm handlers https://git.pengutronix.de/cgit/barebox/commit/?id=ef4707f80300 (link may not be stable) [2/2] bootm: create generic FIT image handler https://git.pengutronix.de/cgit/barebox/commit/?id=8f71bf6146ac (link may not be stable) Best regards, -- Sascha Hauer <s.ha...@pengutronix.de>