]> Git Repo - u-boot.git/commit
cmd/elf.c: Support passing arguments with bootelf
authorTom Rini <[email protected]>
Thu, 18 May 2017 21:03:07 +0000 (17:03 -0400)
committerTom Rini <[email protected]>
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 <[email protected]>
Signed-off-by: Tom Rini <[email protected]>
cmd/elf.c
This page took 0.029359 seconds and 4 git commands to generate.