]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd/elf.c: Support passing arguments with bootelf
authorTom Rini <trini@konsulko.com>
Thu, 18 May 2017 21:03:07 +0000 (17:03 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 5 Jun 2017 18:13:03 +0000 (14:13 -0400)
commitbe1b8679ce42fef803076e2290e2c6459588c999
treee0a4c4172ea8eb4e21da0bc5f950cfb47b766b2c
parentaef5b738c97995fca9f39855ce0668cc28b71757
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>
cmd/elf.c