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 <ilias.apalodimas@linaro.org> Acked-by: Peng Fan <peng.fan@nxp.com>
This commit is contained in:
committed by
Fabio Estevam
parent
1f87a8ac6b
commit
d95c4bebf4
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user