mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-05-05 04:36:13 +02:00
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 <ilias.apalodimas@linaro.org>
This commit is contained in:
parent
39f7af39bb
commit
f006837ead
@ -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;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user