]> Git Repo - J-u-boot.git/commit
bloblist: Enforce CRC32
authorTom Rini <[email protected]>
Mon, 7 Aug 2023 16:32:19 +0000 (12:32 -0400)
committerTom Rini <[email protected]>
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 <[email protected]>
common/Kconfig
This page took 0.034056 seconds and 4 git commands to generate.