commit | be1b8679ce42fef803076e2290e2c6459588c999 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Thu May 18 17:03:07 2017 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Jun 05 14:13:03 2017 -0400 |
tree | e0a4c4172ea8eb4e21da0bc5f950cfb47b766b2c | |
parent | aef5b738c97995fca9f39855ce0668cc28b71757 [diff] |
cmd/elf.c: Support passing arguments with bootelf The bootelf command could, but does not, pass additional arguments along on the command line. Make do_bootelf consume bootelf/flags/address as needed and then pass along anything else to the ELF application we've launched. Reported-by: Thomas Doerfler <thomas.doerfler@embedded-brains.de> Signed-off-by: Tom Rini <trini@konsulko.com>