lib: merge CRC16-CCITT into u-boot/crc.h
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>
Sun, 25 Nov 2018 18:22:18 +0000 (19:22 +0100)
committerTom Rini <trini@konsulko.com>
Sun, 9 Dec 2018 01:18:32 +0000 (20:18 -0500)
commita740ee913ec8ba04cc53100440f94841648324e2
tree5e7ce4280365bce24a5747118d1c857a560faeeb
parentc49aff3e66b930aa06936afee401cf5e19377958
lib: merge CRC16-CCITT into u-boot/crc.h

This merges the CRC16-CCITT headers into u-boot/crc.h to prepare for
rolling CRC16 into the hash infrastructure.  Given that CRC8, CRC32
and CRC32-C already have their prototypes in a single header file, it
seems a good idea to also include CRC16-CCITT in the same.

Signed-off-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
board/8dtech/eco5pk/eco5pk.c
board/armadeus/apf27/apf27.c
board/sunxi/board.c
common/xyzModem.c
drivers/mmc/mmc_spi.c
drivers/net/phy/aquantia.c
include/crc.h [deleted file]
include/u-boot/crc.h
lib/crc16.c