]> git.dujemihanovic.xyz Git - u-boot.git/commit
cmd: move ELF load and boot to lib/elf.c
authorMaxim Moskalets <maximmosk4@gmail.com>
Wed, 5 Jun 2024 18:43:34 +0000 (21:43 +0300)
committerTom Rini <trini@konsulko.com>
Fri, 14 Jun 2024 18:59:07 +0000 (12:59 -0600)
commit46b6a3e6c71de8622634d5aa8dca6a216148981b
tree9165147b03cdfe51e1290b1be617a5921acc8365
parent2c9690e79c76807468e34f34d2065ade2d727227
cmd: move ELF load and boot to lib/elf.c

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: Maxim Moskalets <maximmosk4@gmail.com>
cmd/elf.c
include/elf.h
lib/elf.c