]> git.baikalelectronics.ru Git - uboot.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)
commite6a70a0b9bf78846e04f6f497f57743722507ca0
treee0a4c4172ea8eb4e21da0bc5f950cfb47b766b2c
parent16c73857c96a53e2f55bac5927f2194ca553d5c4
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