diff options
| author | Ilias Apalodimas <[email protected]> | 2025-08-12 09:08:06 +0300 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2025-09-05 09:03:45 -0300 |
| commit | d95c4bebf40cddff5b284abfb591eb47f84ebb12 (patch) | |
| tree | b2dc0a7bd801da9056c5a3857f3948dcbb9bebf0 /tools | |
| parent | 1f87a8ac6b3d1823b908615ff210065683fda805 (diff) | |
tools: imx8image: Make imx8image_check_params() static
We are trying to enable -Wmissing-prototypes and this functiion is only
used locally. Mark it as static.
Signed-off-by: Ilias Apalodimas <[email protected]>
Acked-by: Peng Fan <[email protected]>
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/imx8image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/imx8image.c b/tools/imx8image.c index 5a76643c06e..3cea536b8e8 100644 --- a/tools/imx8image.c +++ b/tools/imx8image.c @@ -23,7 +23,7 @@ static uint8_t cntr_version; static uint32_t custom_partition; static uint32_t scfw_flags; -int imx8image_check_params(struct image_tool_params *params) +static int imx8image_check_params(struct image_tool_params *params) { return 0; } |
