summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorSimon Glass <[email protected]>2024-12-07 10:24:11 -0700
committerTom Rini <[email protected]>2024-12-12 16:35:24 -0600
commit63702119d65c23602fa386766593c4ade6e6c7e7 (patch)
tree188f8c094f5b5acf14ba8017fc558d4269e36923 /boot
parent79520fea6d88060a6293436924ca2b44ade43180 (diff)
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 <[email protected]>
Diffstat (limited to 'boot')
-rw-r--r--boot/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/boot/Kconfig b/boot/Kconfig
index 2d4b7691af0..4b646b7e46b 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -719,6 +719,8 @@ config SPL_BOOTMETH_VBE_REQUEST
config BOOTMETH_VBE_SIMPLE
bool "Bootdev support for VBE 'simple' method"
default y
+ imply SPL_CRC8 if SPL
+ imply VPL_CRC8 if VPL
help
Enables support for VBE 'simple' boot. This allows updating a single
firmware image in boot media such as MMC. It does not support any sort