]> git.ipfire.org Git - thirdparty/u-boot.git/commit
tools: ublimage: Make ublimage_check_params() static
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Mon, 7 Jul 2025 11:28:01 +0000 (14:28 +0300)
committerTom Rini <trini@konsulko.com>
Mon, 14 Jul 2025 21:16:38 +0000 (15:16 -0600)
commitd2a5bb2104cd34497cfd36d06c02487813d9a3b5
treec3374095cca52f8f4ba2f21febca89ae51105a7e
parent2115ec51d413be7fb81678225f8063ec9a20b4ba
tools: ublimage: Make ublimage_check_params() static

This functions is only used locally and triggers a warning when
compiling with -Wmissing-prototypes. Mark it as static.

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
tools/ublimage.c