[U-Boot] [PATCH 18/49] image-fit: make local function static
Jeroen Hofstee
jeroen at myspectrum.nl
Wed Oct 8 22:57:38 CEST 2014
Signed-off-by: Jeroen Hofstee <jeroen at myspectrum.nl>
---
common/image-fit.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/image-fit.c b/common/image-fit.c
index 255c4ca..8529cec 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, " ");
--
2.1.0
More information about the U-Boot
mailing list