X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=tools%2Fpbl_crc32.c;h=9b1ca55348bba6f7e0557b44cb6c8472e47b534c;hb=a38930e227ffdeef8c87e4072b7cb59f6127c3cc;hp=6e6735acde326f128bc87d42d7197a86070297af;hpb=abbc67eedf37a240fe6cdd1ce46eedd12cd3a13f;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;