boot: Imply CRC8 with VBE
authorSimon Glass <sjg@chromium.org>
Sat, 7 Dec 2024 17:24:11 +0000 (10:24 -0700)
committerTom Rini <trini@konsulko.com>
Thu, 12 Dec 2024 22:35:24 +0000 (16:35 -0600)
commit63702119d65c23602fa386766593c4ade6e6c7e7
tree188f8c094f5b5acf14ba8017fc558d4269e36923
parent79520fea6d88060a6293436924ca2b44ade43180
boot: Imply CRC8 with VBE

VBE uses a crc8 checksum to verify that the nvdata is valid, so make
sure it is available if VBE is enabled.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/Kconfig