summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2021-06-16 10:54:36 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2021-06-16 10:54:36 +0200
commitf85310fcb23642f38c0f686c50c5c800e6eb106a (patch)
tree7853c8919527b6f9481f64e9f7cbe35f3c00d8af /scripts
parentc2e98455d880cf25c19a940198ad054931423879 (diff)
parentebd5bb2cf2b2d9905f969c0ad0b51c2ede24792a (diff)
downloadbarebox-f85310fcb23642f38c0f686c50c5c800e6eb106a.tar.gz
barebox-f85310fcb23642f38c0f686c50c5c800e6eb106a.tar.xz
Merge branch 'for-next/compiler-warnings'
Diffstat (limited to 'scripts')
-rw-r--r--scripts/zynq_mkimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/zynq_mkimage.c b/scripts/zynq_mkimage.c
index 8b95b41960..b611d5c69b 100644
--- a/scripts/zynq_mkimage.c
+++ b/scripts/zynq_mkimage.c
@@ -142,7 +142,7 @@ static char *readcmd(FILE *f)
}
}
-int parse_config(char *buf, const char *filename)
+static int parse_config(char *buf, const char *filename)
{
FILE *f;
int lineno = 0;