commit | d72da1582895ca226b995758426ec3769b54a9b8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed Jul 10 23:08:11 2013 -0700 |
committer | Tom Rini <trini@ti.com> | Fri Jul 12 10:32:39 2013 -0400 |
tree | 351a2119ec259ae20e13fd0fe7e6f61dcb2423a4 | |
parent | f320a4d845ab160dd539888280b6452deebdb3d0 [diff] |
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>