commit | 44406a36230bf7976145e181a87c24ec71829c3c | [log] [tgz] |
---|---|---|
author | Pali Rohár <pali@kernel.org> | Tue Apr 12 11:20:40 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Thu Apr 21 14:32:40 2022 -0400 |
tree | 074109b92a8601f2a1a57f302b7ccdc2acc7f3da | |
parent | 0477be7fb26138dbeea9923a4581a061e23e54d5 [diff] |
crc16-ccitt: Rename file with CRC-16-CCITT implementation to crc16-ccitt.c U-Boot CRC-16 implementation uses polynomial x^16 + x^12 + x^5 + 1 which is not standard CRC-16 algorithm, but it is known as CRC-16-CCITT. Rename file crc16.c to crc16-ccitt.c to reduce confusion. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>