image-fit: make local function static

Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
master
Jeroen Hofstee 11 years ago committed by Tom Rini
parent 2115d89db8
commit 718fecae4a
  1. 2
      common/image-fit.c

@ -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, " ");

Loading…
Cancel
Save