mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-23 14:51:31 +02:00
dfu: select HASH
The DFU code relies on the HASH config option. Make sure it is always there by selecting it. Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com> Reviewed-by: Jagan Teki <jagan@openedev.com>
This commit is contained in:
parent
3900b45125
commit
70c56c138f
@ -2,6 +2,7 @@ menu "DFU support"
|
|||||||
|
|
||||||
config USB_FUNCTION_DFU
|
config USB_FUNCTION_DFU
|
||||||
bool
|
bool
|
||||||
|
select HASH
|
||||||
|
|
||||||
if CMD_DFU
|
if CMD_DFU
|
||||||
config DFU_TFTP
|
config DFU_TFTP
|
||||||
|
Loading…
x
Reference in New Issue
Block a user