bootm: Support load images when os is elf
author牛 志宏 <Zone.Niuzh@hotmail.com>
Tue, 1 Apr 2025 07:44:34 +0000 (07:44 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 11 Apr 2025 02:55:53 +0000 (20:55 -0600)
commit157119d69a8f5ce2f93d85eefd2d53d85d6806b4
tree9ade7ae5bcc9d0b42029ad07a1c759140f130d40
parent9c79c8fe70da7cd05fa4c242197f14122f245d81
bootm: Support load images when os is elf

This extends the bootm command to allow find images when os type is elf.

Signed-off-by: Niu Zhihong <zone.niuzh@hotmail.com>
boot/bootm.c