scripts: use std library for jam crc32 calculation
authorDoug Kerr <dek3rr@gmail.com>
Fri, 15 Apr 2022 19:47:32 +0000 (15:47 -0400)
committerHauke Mehrtens <hauke@hauke-m.de>
Sat, 16 Apr 2022 12:53:17 +0000 (14:53 +0200)
commit0642a2166b9526ec01fe47b6aed1fd57a29e35f9
tree2a83cbba20bc543732c0e428b15435ec2ce6781e
parentde7535a6ac4467dbc2981fbd5b0aa785d286c9a0
scripts: use std library for jam crc32 calculation

CRC32 is available in a standard library. It seems reasonable
to defer to that rather than run a custom implementation.

Signed-off-by: Doug Kerr <dek3rr@gmail.com>
scripts/cfe-partition-tag.py
scripts/cfe-wfi-tag.py