summaryrefslogtreecommitdiffstats
path: root/common/image-fit.c
diff options
context:
space:
mode:
authorJeroen Hofstee <jeroen@myspectrum.nl>2014-10-08 22:57:38 +0200
committerTom Rini <trini@ti.com>2014-10-25 07:02:01 -0400
commit718fecae4ac15307cdf835883ff18ce48aecef2b (patch)
tree1aaab0951003be8b9c887d43076c00a0ed3f7a90 /common/image-fit.c
parent2115d89db8498e075d1016bc66ae44d95bbd38fe (diff)
downloadtalos-obmc-uboot-718fecae4ac15307cdf835883ff18ce48aecef2b.tar.gz
talos-obmc-uboot-718fecae4ac15307cdf835883ff18ce48aecef2b.zip
image-fit: make local function static
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
Diffstat (limited to 'common/image-fit.c')
-rw-r--r--common/image-fit.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/image-fit.c b/common/image-fit.c
index 2016d1e7dd..a272ea2e83 100644
--- a/common/image-fit.c
+++ b/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, " ");
OpenPOWER on IntegriCloud