commit | d198c3a41882e1ee5a1f5d333af26c68cf29b248 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Mon Aug 07 12:32:19 2023 -0400 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 07 13:41:44 2023 -0400 |
tree | cb113105695757c226dd648ea5f14d17905b517d | |
parent | 60626ea05ce1b461eb6a4cd951e5f8d277efa92d [diff] |
bloblist: Enforce CRC32 In the common bloblist code we call crc32 to get a checksum for the data. Ensure we will have the CRC32 code via select. Signed-off-by: Tom Rini <trini@konsulko.com>