[PATCH] ARM: ARM32: Fix FIT image booting

Sascha Hauer s.hauer at pengutronix.de
Wed Jul 2 04:48:44 PDT 2025


On Tue, 01 Jul 2025 12:16:41 +0200, Sascha Hauer wrote:
> Commit 8f71bf6146acc3 ("bootm: create generic FIT image handler")
> introduced a generic FIT image handler. With this ARM32 FIT images can
> no longer be booted. The ARM32 FIT image handler used to call
> do_bootm_linux(), but with the generic FIT image handler we select the
> boot handler based on the filetype of the Kernel image which is a zImage
> and consequently we call do_bootz_linux(). do_bootz_linux() operates on
> data->os_file which points to the original FIT image, so booting fails
> with:
> 
> [...]

Applied, thanks!

[1/1] ARM: ARM32: Fix FIT image booting
      https://git.pengutronix.de/cgit/barebox/commit/?id=c2ee359ef2e0 (link may not be stable)

Best regards,
-- 
Sascha Hauer <s.hauer at pengutronix.de>




More information about the barebox mailing list