Skip to content
Snippets Groups Projects
Commit 1b19cbdb authored by B, Ravi's avatar B, Ravi Committed by Tom Rini
Browse files

spl: Kconfig: dfu: spl-dfu depends on SPL_RAM_SUPPORT


Since SPL_DFU_SUPPORT is depends on SPL_RAM_SUPPORT,
hence select SPL_DFU_SUPPORT only when
SPL_RAM_SUPPORT is chosen.

Signed-off-by: default avatarRavi Babu <ravibabu@ti.com>
Reviewed-by: default avatarTom Rini <trini@konsulko.com>
parent 624b7101
No related branches found
No related tags found
No related merge requests found
......@@ -646,6 +646,7 @@ config SPL_USBETH_SUPPORT
config SPL_DFU_SUPPORT
bool "Support DFU (Device Firmware Upgarde)"
select SPL_HASH_SUPPORT
depends on SPL_RAM_SUPPORT
help
This feature enables the DFU (Device Firmware Upgarde) in SPL with
RAM memory device support. The ROM code will load and execute
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment