On 2026-06-22T11:19:32, Nora Schiffer <[email protected]> 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 <[email protected]> > > boot/bootm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Simon Glass <[email protected]>

