mkimage: Move usage() up to the top
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2016 05:55:36 +0000 (22:55 -0700)
committerTom Rini <trini@konsulko.com>
Mon, 14 Mar 2016 18:19:11 +0000 (14:19 -0400)
commitb0a487a4eb6c1e2214022f927cb3229f2323db44
treed9b3f105f624af457037d16610bb71e24e4fef84
parent0745008145e0a30db06b21533512893ba0f706a2
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>
tools/mkimage.c