Skip to content
Snippets Groups Projects
Commit 718fecae authored by Jeroen Hofstee's avatar Jeroen Hofstee Committed by Tom Rini
Browse files

image-fit: make local function static

parent 2115d89d
No related branches found
No related tags found
No related merge requests found
......@@ -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, " ");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment