commit | abbc67eedf37a240fe6cdd1ce46eedd12cd3a13f | [log] [tgz] |
---|---|---|
author | Charles Manning <cdhmanning@gmail.com> | Wed May 14 14:45:00 2014 +1200 |
committer | Tom Rini <trini@ti.com> | Thu Jun 05 14:38:38 2014 -0400 |
tree | 36ea84685bf3f44cdb5da9dccb4afc85c073c567 | |
parent | 4eb580b780057413ddc82855d913ea2f1cbc9dd2 [diff] |
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>