X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fpbl_crc32.c;h=9b1ca55348bba6f7e0557b44cb6c8472e47b534c;hb=221c4d982698d9f537237108f779b8174ce24c87;hp=6e6735acde326f128bc87d42d7197a86070297af;hpb=d6694aff569a0838a9d0ef352128f5aa309d73ff;p=oweals%2Fu-boot.git diff --git a/tools/pbl_crc32.c b/tools/pbl_crc32.c index 6e6735acde..9b1ca55348 100644 --- a/tools/pbl_crc32.c +++ b/tools/pbl_crc32.c @@ -1,11 +1,11 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright 2012 Freescale Semiconductor, Inc. * * Cleaned up and refactored by Charles Manning. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include "pblimage.h" +#include static uint32_t crc_table[256]; static int crc_table_valid;