On Mon, 7 Aug 2023 at 11:38, Tom Rini <trini at konsulko.com> wrote: > > 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 at konsulko.com> > --- > common/Kconfig | 3 +++ > 1 file changed, 3 insertions(+) Reviewed-by: Simon Glass <sjg at chromium.org>