1
0
Fork 0

image-fit: make local function static

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
utp
Jeroen Hofstee 2014-10-08 22:57:38 +02:00 committed by Tom Rini
parent 2115d89db8
commit 718fecae4a
1 changed files with 1 additions and 1 deletions

View File

@ -1434,7 +1434,7 @@ void fit_conf_print(const void *fit, int noffset, const char *p)
printf("%s FDT: %s\n", p, uname);
}
int fit_image_select(const void *fit, int rd_noffset, int verify)
static int fit_image_select(const void *fit, int rd_noffset, int verify)
{
fit_image_print(fit, rd_noffset, " ");