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

2024-05-20 Thread Maxim Moskalets
From: Maxim Moskalets 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. Signed-off-by: Maxi

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

2024-05-20 Thread Maxim Moskalets
From: Maxim Moskalets 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. Signed-off-by: Maxi