[PATCH v2 3/3] bootm: allow omitting entry point for IH_TYPE_KERNEL_NOLOAD
Simon Glass
sjg at chromium.org
Thu Jun 25 16:29:05 CEST 2026
On 2026-06-22T11:19:32, Nora Schiffer <nora.schiffer at ew.tq-group.com> wrote:
> bootm: allow omitting entry point for IH_TYPE_KERNEL_NOLOAD
>
> For IH_TYPE_KERNEL_NOLOAD, the entry point is given relative to the
> image start, making 0 a valid default, and for IH_OS_EFI, it is ignored
> altogether, so it may be preferable to omit it.
>
> Signed-off-by: Nora Schiffer <nora.schiffer at ew.tq-group.com>
>
> boot/bootm.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list