mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-16 19:31:26 +02:00
This implementation provides standard CRC-16 algorithm with polynomial x^16 + x^15 + x^2 + 1. Signed-off-by: Pali Rohár <pali@kernel.org> Reviewed-by: Stefan Roese <sr@denx.de>