commit | 99a7c26955bc183eef984d88ad4e610523ced007 | [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 | f6fe5f673d6fc118d6c776db7ae33ae988375f3a [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>