]> git.ipfire.org Git - people/ms/u-boot.git/commit - tools/pbl_crc32.h
mkimage : Split out and clean pbl_crc32 for use by other image types
authorCharles Manning <cdhmanning@gmail.com>
Wed, 14 May 2014 02:45:00 +0000 (14:45 +1200)
committerTom Rini <trini@ti.com>
Thu, 5 Jun 2014 18:38:38 +0000 (14:38 -0400)
commitabbc67eedf37a240fe6cdd1ce46eedd12cd3a13f
tree36ea84685bf3f44cdb5da9dccb4afc85c073c567
parent4eb580b780057413ddc82855d913ea2f1cbc9dd2
mkimage : Split out and clean pbl_crc32 for use by other image types

The crc32 used by pblimgae is NOT the same as zlib crc32.

The pbl_crc32 is useful for other purposes in mkimage so split it out.

While we are about it, clean up redundant and confusing code.

Signed-off-by: Charles Manning <cdhmanning@gmail.com>
tools/Makefile
tools/pbl_crc32.c [new file with mode: 0644]
tools/pbl_crc32.h [new file with mode: 0644]
tools/pblimage.c