commit | 90d40c61ec45a9284be281e6ae82af673deb1820 | [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 | ad68fc38325a9ebafd8a8d15233ac09dfe2d7054 [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>