On Fri, 24 Oct 2025, Vishal Chourasia wrote:
Pass error_fatal to load_image_targphys() calls in ppc machine initialization
to capture detailed error information when loading firmware, kernel,
and initrd images.

Passing error_fatal automatically reports detailed error messages and
exits immediately on failure. Eliminating redundant exit(1) calls, as
error_fatal handles termination

The behavior remains functionally identical, but error messages now
come directly from the loader function with more context about the
failure cause.

Reviewed-by: Aditya Gupta <[email protected]>
Signed-off-by: Vishal Chourasia <[email protected]>

Reviewed-by: BALATON Zoltan <[email protected]>

Thank you for doing this. It's a nice clean up making these boards more concise and readable.

Regards,
BALATON Zoltan

Reply via email to