]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb42e2ee04d38117cfbb82dbd3d58b5db13f9dd60
tree5e7ce4280365bce24a5747118d1c857a560faeeb
parentb46f02e463414ec93ce96b7f8fe1eabe1fa26690
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