]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
bootm: Correct the arguments for the ELF image loader
authorSimon Glass <sjg@chromium.org>
Thu, 11 Jul 2013 06:08:11 +0000 (23:08 -0700)
committerTom Rini <trini@ti.com>
Fri, 12 Jul 2013 14:32:39 +0000 (10:32 -0400)
commitd72da1582895ca226b995758426ec3769b54a9b8
tree351a2119ec259ae20e13fd0fe7e6f61dcb2423a4
parentf320a4d845ab160dd539888280b6452deebdb3d0
bootm: Correct the arguments for the ELF image loader

The arguments were out of place since commit 983c72f, since this file was
missed and not tested. Correct this.

Signed-off-by: Simon Glass <sjg@chromium.org>
common/cmd_elf.c