boot: Imply CRC8 with VBE
authorSimon Glass <sjg@chromium.org>
Thu, 19 Dec 2024 18:29:06 +0000 (11:29 -0700)
committerTom Rini <trini@konsulko.com>
Fri, 27 Dec 2024 21:16:10 +0000 (15:16 -0600)
commit286b48c9579eed29cbb53584c58c382c268cabfd
treedc5f9cf0c7d4f38536a107a2135b38367fedff60
parentded772fafacf71b15f838c1b69983656d1decab3
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