Re: [PATCH] cmd: move ELF load and boot to lib/elf.c

2024-04-26 Thread Maxim M. Moskalets
On 26.04.2024 17:32, Heinrich Schuchardt wrote: On 26.04.24 11:11, Maxim Moskalets wrote: Loading and running the ELF image is the responsibility of the library and should not be associated with the command line interface. It is also required to run ELF images from FIT with the bootm command so

Re: [PATCH] cmd: move ELF load and boot to lib/elf.c

2024-04-26 Thread Heinrich Schuchardt
On 26.04.24 11:11, Maxim Moskalets wrote: Loading and running the ELF image is the responsibility of the library and should not be associated with the command line interface. It is also required to run ELF images from FIT with the bootm command so as not to depend on the command line interface.