commit | b0a487a4eb6c1e2214022f927cb3229f2323db44 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Feb 22 22:55:36 2016 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Mar 14 14:19:11 2016 -0400 |
tree | d9b3f105f624af457037d16610bb71e24e4fef84 | |
parent | 0745008145e0a30db06b21533512893ba0f706a2 [diff] |
mkimage: Move usage() up to the top To avoid a forward declaration, move the usage() function higher in the file. Signed-off-by: Simon Glass <sjg@chromium.org>