projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2115d89
)
image-fit: make local function static
author
Jeroen Hofstee
<jeroen@myspectrum.nl>
Wed, 8 Oct 2014 20:57:38 +0000
(22:57 +0200)
committer
Tom Rini
<trini@ti.com>
Sat, 25 Oct 2014 11:02:01 +0000
(07:02 -0400)
Signed-off-by: Jeroen Hofstee <jeroen@myspectrum.nl>
common/image-fit.c
patch
|
blob
|
history
diff --git
a/common/image-fit.c
b/common/image-fit.c
index 2016d1e7dda85a34c5d1c787015bd309ed6061da..a272ea2e83456d9a50018ffb1752b0e2016ddcf7 100644
(file)
--- 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, " ");