]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
mkimage: added 'static' specifier to match function's prototype.
authorGuilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Sun, 1 Dec 2013 19:43:09 +0000 (12:43 -0700)
committerTom Rini <trini@ti.com>
Fri, 13 Dec 2013 14:15:32 +0000 (09:15 -0500)
commitf1cc458cf3b1c972082b14c7901b43300634a78a
treec2242dd54e847a14fb00a8e40a3b1d6505a89681
parent2c808a12ea7e00d5078e57a9640adcb0504c739c
mkimage: added 'static' specifier to match function's prototype.

This function should be declared static.

Signed-off-by: Guilherme Maciel Ferreira <guilherme.maciel.ferreira@gmail.com>
Signed-off-by: Simon Glass <sjg@chromium.org>
tools/mkimage.c