summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorIlias Apalodimas <[email protected]>2025-08-29 11:16:21 +0300
committerTom Rini <[email protected]>2025-09-09 12:44:07 -0600
commitf006837eada06cdf41b9935eb6c73618e4ae0bf0 (patch)
tree2754e73763b2e973c14ffe4df11853fa9e11b63d /tools
parent39f7af39bb2e7e03ea4621e57a976d41dcaaf0a6 (diff)
tools: imx8mimage: Mark build_image() as static
The function is only used locally. Enabling -Wmissing-prototypes triggers a warning. Mark it as static. Signed-off-by: Ilias Apalodimas <[email protected]>
Diffstat (limited to 'tools')
-rw-r--r--tools/imx8mimage.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imx8mimage.c b/tools/imx8mimage.c
index 0f24ba75c0f..fe1aff35b4d 100644
--- a/tools/imx8mimage.c
+++ b/tools/imx8mimage.c
@@ -475,7 +475,7 @@ static int generate_fspi_header (int ifd)
}
#endif
-void build_image(int ofd)
+static void build_image(int ofd)
{
int file_off, header_hdmi_off = 0, header_image_off;