bloblist: Enforce CRC32
authorTom Rini <trini@konsulko.com>
Mon, 7 Aug 2023 16:32:19 +0000 (12:32 -0400)
committerTom Rini <trini@konsulko.com>
Mon, 7 Aug 2023 17:41:44 +0000 (13:41 -0400)
commita536b2fdb10c6eb678fda6f239eb16414caf0496
treecb113105695757c226dd648ea5f14d17905b517d
parenta2b13273987ff0fb1290d33f7624e2ac406c5830
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>
common/Kconfig