bootm: Add support for passing arguments to elf app
author牛 志宏 <Zone.Niuzh@hotmail.com>
Mon, 24 Mar 2025 03:05:56 +0000 (03:05 +0000)
committerTom Rini <trini@konsulko.com>
Fri, 11 Apr 2025 02:55:52 +0000 (20:55 -0600)
commit2a6d7ad24d347a34eb9e62f4afcaf36be28936ff
tree7d1b3c1d84dc3c6638543c6b75c0ddba5e251c6d
parent7c9f8680c16e7a0e1d2afc6c2542e2555eb6bb3c
bootm: Add support for passing arguments to elf app

This extends the bootm command to allow passing arguments to standalone
ELF applications.

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