commit | 46b6a3e6c71de8622634d5aa8dca6a216148981b | [log] [tgz] |
---|---|---|
author | Maxim Moskalets <maximmosk4@gmail.com> | Wed Jun 05 21:43:34 2024 +0300 |
committer | Tom Rini <trini@konsulko.com> | Fri Jun 14 12:59:07 2024 -0600 |
tree | 9165147b03cdfe51e1290b1be617a5921acc8365 | |
parent | 2c9690e79c76807468e34f34d2065ade2d727227 [diff] |
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>