From 65ca0db25b6aca3df1ff0adf1a9469e83983614f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 15 Sep 2020 08:05:27 +0200 Subject: scripts: Make locally used functions static Signed-off-by: Sascha Hauer --- scripts/socfpga_mkimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/socfpga_mkimage.c') diff --git a/scripts/socfpga_mkimage.c b/scripts/socfpga_mkimage.c index 03150cce8d..73dfbeae3a 100644 --- a/scripts/socfpga_mkimage.c +++ b/scripts/socfpga_mkimage.c @@ -147,7 +147,7 @@ static const uint32_t crc_table[256] = { 0xbcb4666d, 0xb8757bda, 0xb5365d03, 0xb1f740b4 }; -uint32_t crc32(uint32_t crc, void *_buf, int length) +static uint32_t crc32(uint32_t crc, void *_buf, int length) { uint8_t *buf = _buf; -- cgit v1.2.1