]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc
authorTom Rini <trini@ti.com>
Tue, 9 Jul 2013 19:32:34 +0000 (15:32 -0400)
committerTom Rini <trini@ti.com>
Wed, 10 Jul 2013 13:15:15 +0000 (09:15 -0400)
commit2b9599e010603879f99ed867f47fca6268902661
tree946398c294b9a4fe718078be317ccdff93b0f756
parentfb1b139bb79741e361bae421ece69d305b68d302
cmd_bootm.c: Make bootz consume 'bootz' from argv, decrement argc

Like 'bootm', 'bootz' needs to consume 'bootz' so that the rest of the
state functions will work.

Signed-off-by: Tom Rini <trini@ti.com>
common/cmd_bootm.c