mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 19:04:38 +00:00
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>
This commit is contained in:
parent
79520fea6d
commit
63702119d6
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue